| Index: src/compiler/operation-typer.h
|
| diff --git a/src/compiler/operation-typer.h b/src/compiler/operation-typer.h
|
| index b37360a8c4e987d891affe32dae11e3332baab62..d6ec06b898b825f888c47525f5a52cb110230519 100644
|
| --- a/src/compiler/operation-typer.h
|
| +++ b/src/compiler/operation-typer.h
|
| @@ -67,7 +67,6 @@ class OperationTyper {
|
| double rhs_max);
|
| Type* SubtractRanger(RangeType* lhs, RangeType* rhs);
|
| Type* MultiplyRanger(Type* lhs, Type* rhs);
|
| - Type* ModulusRanger(RangeType* lhs, RangeType* rhs);
|
|
|
| Zone* zone() { return zone_; }
|
|
|
|
|