Remove the unused TP_PUNCTUATOR.
authorChristoph Mallon <christoph.mallon@gmx.de>
Sun, 13 May 2012 11:18:25 +0000 (13:18 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Tue, 5 Jun 2012 09:18:26 +0000 (11:18 +0200)
tokens_preprocessor.inc

index e10b76f..6fb4344 100644 (file)
@@ -7,7 +7,6 @@ TS(NUMBER,             "number",)
 TS(CHARACTER_CONSTANT, "character constant",)
 TS(STRING_LITERAL,     "string literal",)
 TS(HEADERNAME,         "headername",)
-TS(PUNCTUATOR,         "punctuator",)
 
 #define ALTERNATE(name, val)          T(_CXX, name, #name,  val)
 #define PUNCTUATOR(name, string, val) T(_ALL, name, string, val)