Index: src/ic/ic-compiler.h |
diff --git a/src/ic/ic-compiler.h b/src/ic/ic-compiler.h |
index 08444df65416ed6e1ff218b2deef5292db8f723a..3a5aecccbb3d59659243d1bb0118e74eab9a15b2 100644 |
--- a/src/ic/ic-compiler.h |
+++ b/src/ic/ic-compiler.h |
@@ -33,10 +33,6 @@ class PropertyICCompiler : public PropertyAccessCompiler { |
CodeHandleList* handlers, KeyedAccessStoreMode store_mode, |
LanguageMode language_mode); |
- // Compare nil |
- static Handle<Code> ComputeCompareNil(Handle<Map> receiver_map, |
- CompareNilICStub* stub); |
- |
// Helpers |
// TODO(verwaest): Move all uses of these helpers to the PropertyICCompiler |
// and make the helpers private. |