Index: runtime/vm/token.h |
=================================================================== |
--- runtime/vm/token.h (revision 24043) |
+++ runtime/vm/token.h (working copy) |
@@ -79,8 +79,6 @@ |
/* Additive operators. */ \ |
TOK(kADD, "+", 12, kNoAttribute) \ |
TOK(kSUB, "-", 12, kNoAttribute) \ |
- /* A 'plus' without a trailing whitespace (handle literals). */ \ |
- TOK(kTIGHTADD, "+", 12, kNoAttribute) \ |
\ |
/* Multiplicative operators */ \ |
TOK(kMUL, "*", 13, kNoAttribute) \ |