From c2464f1286fb5c28a943a1dbd15827da044cd1f9 Mon Sep 17 00:00:00 2001
From: Thomas Voss <mail@thomasvoss.com>
Date: Fri, 1 Nov 2024 00:51:31 +0100
Subject: Remove TODO

---
 src/main.c | 1 -
 1 file changed, 1 deletion(-)

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,
-- 
cgit v1.2.3