Index: src/arm/lithium-codegen-arm.h |
diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h |
index 4d63dd5d4101b4bad21a2430b41053c7be011d36..dc58479047de459491f606b0022d75d4bb7026e4 100644 |
--- a/src/arm/lithium-codegen-arm.h |
+++ b/src/arm/lithium-codegen-arm.h |
@@ -285,14 +285,6 @@ class LCodeGen: public LCodeGenBase { |
Register input, |
Handle<String> type_name); |
- // Emits optimized code for %_IsObject(x). Preserves input register. |
- // Returns the condition on which a final split to |
- // true and false label should be made, to optimize fallthrough. |
- Condition EmitIsObject(Register input, |
- Register temp1, |
- Label* is_not_object, |
- Label* is_object); |
- |
// Emits optimized code for %_IsString(x). Preserves input register. |
// Returns the condition on which a final split to |
// true and false label should be made, to optimize fallthrough. |