Index: src/ia32/lithium-codegen-ia32.h |
diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h |
index 42c523478df1480f8c9f4bed9b90c568af9aec98..66058222eb5bd7374d65af1d49075fb62a30e241 100644 |
--- a/src/ia32/lithium-codegen-ia32.h |
+++ b/src/ia32/lithium-codegen-ia32.h |
@@ -369,12 +369,6 @@ class LCodeGen BASE_EMBEDDED { |
// Caller should branch on equal condition. |
void EmitIsConstructCall(Register temp); |
- void EmitLoadFieldOrConstant(Register result, |
- Register object, |
- Handle<Map> type, |
- Handle<String> name, |
- LEnvironment* env); |
- |
// Emits optimized code to deep-copy the contents of statically known |
// object graphs (e.g. object literal boilerplate). |
void EmitDeepCopy(Handle<JSObject> object, |