| Index: src/objects.cc
|
| diff --git a/src/objects.cc b/src/objects.cc
|
| index 92a2ed49444156801bf0a673adfcd5a36a06d52d..a8140b06a46cadc442b9e07edb289865c771167b 100644
|
| --- a/src/objects.cc
|
| +++ b/src/objects.cc
|
| @@ -6950,7 +6950,7 @@ Map* Code::FindFirstMap() {
|
| }
|
|
|
|
|
| -#if defined(OBJECT_PRINT) || defined(ENABLE_DISASSEMBLER)
|
| +#ifdef ENABLE_DISASSEMBLER
|
|
|
| void DeoptimizationInputData::DeoptimizationInputDataPrint(FILE* out) {
|
| disasm::NameConverter converter;
|
| @@ -7098,10 +7098,6 @@ void DeoptimizationOutputData::DeoptimizationOutputDataPrint(FILE* out) {
|
| }
|
| }
|
|
|
| -#endif // defined(OBJECT_PRINT) || defined(ENABLE_DISASSEMBLER)
|
| -
|
| -
|
| -#ifdef ENABLE_DISASSEMBLER
|
|
|
| // Identify kind of code.
|
| const char* Code::Kind2String(Kind kind) {
|
|
|