Index: src/ia32/codegen-ia32.cc |
=================================================================== |
--- src/ia32/codegen-ia32.cc (revision 3115) |
+++ src/ia32/codegen-ia32.cc (working copy) |
@@ -697,18 +697,6 @@ |
} |
-class ToBooleanStub: public CodeStub { |
- public: |
- ToBooleanStub() { } |
- |
- void Generate(MacroAssembler* masm); |
- |
- private: |
- Major MajorKey() { return ToBoolean; } |
- int MinorKey() { return 0; } |
-}; |
- |
- |
// ECMA-262, section 9.2, page 30: ToBoolean(). Pop the top of stack and |
// convert it to a boolean in the condition code register or jump to |
// 'false_target'/'true_target' as appropriate. |