| Index: src/ia32/code-stubs-ia32.h
|
| diff --git a/src/ia32/code-stubs-ia32.h b/src/ia32/code-stubs-ia32.h
|
| index ead7761f6576d0b08e1ef288a01267e78979997a..d51549d54b90a0f85c231cf3138b63486f7e4239 100644
|
| --- a/src/ia32/code-stubs-ia32.h
|
| +++ b/src/ia32/code-stubs-ia32.h
|
| @@ -60,18 +60,6 @@ class TranscendentalCacheStub: public CodeStub {
|
| };
|
|
|
|
|
| -class ToBooleanStub: public CodeStub {
|
| - public:
|
| - ToBooleanStub() { }
|
| -
|
| - void Generate(MacroAssembler* masm);
|
| -
|
| - private:
|
| - Major MajorKey() { return ToBoolean; }
|
| - int MinorKey() { return 0; }
|
| -};
|
| -
|
| -
|
| class UnaryOpStub: public CodeStub {
|
| public:
|
| UnaryOpStub(Token::Value op, UnaryOverwriteMode mode)
|
|
|