| Index: src/full-codegen.h
|
| diff --git a/src/full-codegen.h b/src/full-codegen.h
|
| index 555bc601cabfbaa5219c661cda8f2f27e5332785..ab1d47bb76889ec83e4a75fb82edc543cbf2c2d5 100644
|
| --- a/src/full-codegen.h
|
| +++ b/src/full-codegen.h
|
| @@ -550,7 +550,6 @@ class FullCodeGenerator: public AstVisitor {
|
| // Helper functions to EmitVariableAssignment
|
| void EmitStoreToStackLocalOrContextSlot(Variable* var,
|
| MemOperand location);
|
| - void EmitCallStoreContextSlot(Handle<String> name, StrictMode strict_mode);
|
|
|
| // Complete a named property assignment. The receiver is expected on top
|
| // of the stack and the right-hand-side value in the accumulator.
|
|
|