| Index: src/ia32/assembler-ia32.h
|
| diff --git a/src/ia32/assembler-ia32.h b/src/ia32/assembler-ia32.h
|
| index 9ed46fc3d3406cb7da1bff6ea80e2cd1865aacdd..e5ae475e7136c610ab4c232d8d90bd8ff1dceceb 100644
|
| --- a/src/ia32/assembler-ia32.h
|
| +++ b/src/ia32/assembler-ia32.h
|
| @@ -621,8 +621,6 @@ class Assembler : public AssemblerBase {
|
| // The debug break slot must be able to contain a call instruction.
|
| static const int kDebugBreakSlotLength = kCallInstructionLength;
|
|
|
| - // One byte opcode for test eax,0xXXXXXXXX.
|
| - static const byte kTestEaxByte = 0xA9;
|
| // One byte opcode for test al, 0xXX.
|
| static const byte kTestAlByte = 0xA8;
|
| // One byte opcode for nop.
|
|
|