| Index: src/compiler/representation-change.h
|
| diff --git a/src/compiler/representation-change.h b/src/compiler/representation-change.h
|
| index 244b6427385991bed2ae5f6e9c68104bda6cf032..b6cf7fa5995425d755ff1031c3f555782290069e 100644
|
| --- a/src/compiler/representation-change.h
|
| +++ b/src/compiler/representation-change.h
|
| @@ -28,9 +28,6 @@
|
| }
|
|
|
| // Queries.
|
| - bool TruncatesToBool() const {
|
| - return LessGeneral(kind_, TruncationKind::kBool);
|
| - }
|
| bool TruncatesToWord32() const {
|
| return LessGeneral(kind_, TruncationKind::kWord32);
|
| }
|
|
|