diff options
Diffstat (limited to '')
-rw-r--r-- | bin/hilex/ansi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/hilex/ansi.c b/bin/hilex/ansi.c index 56a10548..114d03a6 100644 --- a/bin/hilex/ansi.c +++ b/bin/hilex/ansi.c @@ -22,7 +22,6 @@ static const char *SGR[ClassCap] = { [Keyword] = "37", - [IdentifierTag] = "4", [Macro] = "32", [Comment] = "34", [String] = "36", |