Index: src/token.h |
diff --git a/src/token.h b/src/token.h |
index b305c88a30fd3a852d8452468910b4495249dc47..1eeb60d876607173885bed61a64e279fd08a6a93 100644 |
--- a/src/token.h |
+++ b/src/token.h |
@@ -173,7 +173,6 @@ namespace internal { |
K(EXPORT, "export", 0) \ |
K(IMPORT, "import", 0) \ |
K(LET, "let", 0) \ |
- K(MODULE, "module", 0) \ |
\ |
/* Illegal token - not able to scan. */ \ |
T(ILLEGAL, "ILLEGAL", 0) \ |