Index: src/fast-codegen.cc |
=================================================================== |
--- src/fast-codegen.cc (revision 3146) |
+++ src/fast-codegen.cc (working copy) |
@@ -351,11 +351,6 @@ |
} |
-void FastCodeGenerator::VisitProperty(Property* expr) { |
- UNREACHABLE(); |
-} |
- |
- |
void FastCodeGenerator::VisitCallNew(CallNew* expr) { |
UNREACHABLE(); |
} |