diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-11-01 00:51:31 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-11-01 00:51:31 +0100 |
commit | c2464f1286fb5c28a943a1dbd15827da044cd1f9 (patch) | |
tree | 4117244ee91c68d44247baef4f7f03f3d2d11cf0 /src/main.c | |
parent | 59c72a97ff8abb4e94257ee708574dde2069e138 (diff) |
Remove TODO
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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, |