Index: src/full-codegen.h |
diff --git a/src/full-codegen.h b/src/full-codegen.h |
index f870caefde1d5830ea3cc622f9370de4b711196b..1439942db8ae33785ce817ba91d3c669e34cddf9 100644 |
--- a/src/full-codegen.h |
+++ b/src/full-codegen.h |
@@ -568,9 +568,6 @@ |
// in the accumulator after installing all the properties. |
void EmitClassDefineProperties(ClassLiteral* lit); |
- // Pushes the property key as a Name on the stack. |
- void EmitPropertyKey(ObjectLiteralProperty* property); |
- |
// Apply the compound assignment operator. Expects the left operand on top |
// of the stack and the right one in the accumulator. |
void EmitBinaryOp(BinaryOperation* expr, |