Index: src/preparser.h |
diff --git a/src/preparser.h b/src/preparser.h |
index 4d4e10402e0629c8e36329c135da6686a07617d8..de08eb317f9cf3d1456faca7a82865394b8618a6 100644 |
--- a/src/preparser.h |
+++ b/src/preparser.h |
@@ -1183,11 +1183,6 @@ class PreParser : public ParserBase<PreParserTraits> { |
bool* ok); |
void ParseLazyFunctionLiteralBody(bool* ok); |
- // Logs the currently parsed literal as a symbol in the preparser data. |
- void LogSymbol(); |
- // Log the currently parsed string literal. |
- Expression GetStringSymbol(); |
- |
bool CheckInOrOf(bool accept_OF); |
}; |