Index: src/full-codegen/full-codegen.cc |
diff --git a/src/full-codegen/full-codegen.cc b/src/full-codegen/full-codegen.cc |
index 923fa4c1da0eed76d280333c8585e4f8bb152076..bb7b637d4224e0764e1f72d803d46f318b9dc472 100644 |
--- a/src/full-codegen/full-codegen.cc |
+++ b/src/full-codegen/full-codegen.cc |
@@ -1400,11 +1400,6 @@ |
void FullCodeGenerator::VisitSpread(Spread* expr) { UNREACHABLE(); } |
-void FullCodeGenerator::VisitEmptyParentheses(EmptyParentheses* expr) { |
- UNREACHABLE(); |
-} |
- |
- |
FullCodeGenerator::NestedStatement* FullCodeGenerator::TryFinally::Exit( |
int* stack_depth, int* context_length) { |
// The macros used here must preserve the result register. |