aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-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,