Index: src/full-codegen.cc |
diff --git a/src/full-codegen.cc b/src/full-codegen.cc |
index cfbef49d391bbe2bae51a8d2d9b0f910b25b79ee..524f69914af8bb1759a81c63624ffe79ad812cd4 100644 |
--- a/src/full-codegen.cc |
+++ b/src/full-codegen.cc |
@@ -821,12 +821,6 @@ void FullCodeGenerator::SetStatementPosition(Statement* stmt) { |
} |
-void FullCodeGenerator::VisitSuperReference(SuperReference* super) { |
- DCHECK(FLAG_harmony_classes); |
- UNIMPLEMENTED(); |
-} |
- |
- |
void FullCodeGenerator::SetExpressionPosition(Expression* expr) { |
if (!info_->is_debug()) { |
CodeGenerator::RecordPositions(masm_, expr->position()); |