| Index: test/cctest/types-fuzz.h
|
| diff --git a/test/cctest/types-fuzz.h b/test/cctest/types-fuzz.h
|
| index 79e460856c6e9e6bc506988f4c904009178f870b..7bf9700b405b75e131a699073cb8da684649f449 100644
|
| --- a/test/cctest/types-fuzz.h
|
| +++ b/test/cctest/types-fuzz.h
|
| @@ -208,8 +208,6 @@ class Types {
|
|
|
| Type* Representation(Type* t) { return Type::Representation(t, zone_); }
|
|
|
| - // Type* Semantic(Type* t) { return Intersect(t,
|
| - // MaskSemanticForTesting); }
|
| Type* Semantic(Type* t) { return Type::Semantic(t, zone_); }
|
|
|
| Type* Random() {
|
|
|