Chromium Code Reviews| Index: src/fast-codegen.cc |
| =================================================================== |
| --- src/fast-codegen.cc (revision 3192) |
| +++ src/fast-codegen.cc (working copy) |
| @@ -434,11 +434,6 @@ |
| } |
| -void FastCodeGenerator::VisitCountOperation(CountOperation* expr) { |
| - UNREACHABLE(); |
| -} |
| - |
| - |
| void FastCodeGenerator::VisitCompareOperation(CompareOperation* expr) { |
| UNREACHABLE(); |
| } |