aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-11-01 00:51:31 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-11-01 00:51:31 +0100
commitc2464f1286fb5c28a943a1dbd15827da044cd1f9 (patch)
tree4117244ee91c68d44247baef4f7f03f3d2d11cf0 /src
parent59c72a97ff8abb4e94257ee708574dde2069e138 (diff)
Remove TODO
Diffstat (limited to 'src')
-rw-r--r--src/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 221e795..98faa4a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -31,7 +31,6 @@ static op_t *pattern_comp(u8view_t pat);
static FILE *getfstream(int globc, char **globv);
#endif
-/* TODO: Use the LUT in work.c */
static const bool opchars[] = {
['g'] = true,
['G'] = true,