Chromium Code Reviews| Index: src/objects.cc |
| diff --git a/src/objects.cc b/src/objects.cc |
| index 6512c607799dd34fd71e69aa8e656681ff3f5e42..e730146bdb9a21e6eb9d2dec1410bbfc7e812afe 100644 |
| --- a/src/objects.cc |
| +++ b/src/objects.cc |
| @@ -10478,9 +10478,6 @@ void DeoptimizationInputData::DeoptimizationInputDataPrint(FILE* out) { |
| break; |
| } |
| - case Translation::DUPLICATE: |
| - break; |
| - |
| case Translation::REGISTER: { |
| int reg_code = iterator.Next(); |
| PrintF(out, "{input=%s}", converter.NameOfCPURegister(reg_code)); |