| Index: src/compiler/js-typed-lowering.h
|
| diff --git a/src/compiler/js-typed-lowering.h b/src/compiler/js-typed-lowering.h
|
| index 184058b12ed83933495f539ebdbce43abc2fe0a3..c69fc2736a1be87375e23532fd173b73b59d23eb 100644
|
| --- a/src/compiler/js-typed-lowering.h
|
| +++ b/src/compiler/js-typed-lowering.h
|
| @@ -16,8 +16,6 @@ namespace v8 {
|
| namespace internal {
|
| namespace compiler {
|
|
|
| -class JSBinopReduction;
|
| -
|
| // Lowers JS-level operators to simplified operators based on types.
|
| class JSTypedLowering : public LoweringBuilder {
|
| public:
|
|
|