Index: src/full-codegen.h |
diff --git a/src/full-codegen.h b/src/full-codegen.h |
index b9a3d2b078a1c12fbf7b5da79d3476a46870b1a2..f9c3ece937c63ed3c0e006c51454306ec160c974 100644 |
--- a/src/full-codegen.h |
+++ b/src/full-codegen.h |
@@ -736,8 +736,6 @@ |
// and PushCatchContext. |
void PushFunctionArgumentForContextAllocation(); |
- void PushCalleeAndWithBaseObject(Call* expr); |
- |
// AST node visit functions. |
#define DECLARE_VISIT(type) virtual void Visit##type(type* node) override; |
AST_NODE_LIST(DECLARE_VISIT) |