Index: src/full-codegen.h |
diff --git a/src/full-codegen.h b/src/full-codegen.h |
index cede9acaddf1c13a46b359b37c55893ab54f2038..8f64340f2eb81092fb8f5124cb39afe5428472db 100644 |
--- a/src/full-codegen.h |
+++ b/src/full-codegen.h |
@@ -562,7 +562,6 @@ class FullCodeGenerator: public AstVisitor { |
void SetReturnPosition(FunctionLiteral* fun); |
void SetStatementPosition(Statement* stmt); |
void SetExpressionPosition(Expression* expr); |
- void SetStatementPosition(int pos); |
void SetSourcePosition(int pos); |
// Non-local control flow support. |