| Index: src/compiler/arm/code-generator-arm.cc
|
| diff --git a/src/compiler/arm/code-generator-arm.cc b/src/compiler/arm/code-generator-arm.cc
|
| index 90eb7cd4dd69ceaf387952b6154f895707bd86eb..a7c227facac5ef87fb95c9e81a36330554987ffd 100644
|
| --- a/src/compiler/arm/code-generator-arm.cc
|
| +++ b/src/compiler/arm/code-generator-arm.cc
|
| @@ -832,16 +832,6 @@ void CodeGenerator::AddNopForSmiCodeInlining() {
|
| UNREACHABLE();
|
| }
|
|
|
| -#ifdef DEBUG
|
| -
|
| -// Checks whether the code between start_pc and end_pc is a no-op.
|
| -bool CodeGenerator::IsNopForSmiCodeInlining(Handle<Code> code, int start_pc,
|
| - int end_pc) {
|
| - return false;
|
| -}
|
| -
|
| -#endif // DEBUG
|
| -
|
| #undef __
|
| }
|
| }
|
|
|