Skip to content

Commit 8d774f4

Browse files
committed
work
1 parent dfccd97 commit 8d774f4

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/tools/fuzzing/fuzzing.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1813,11 +1813,6 @@ void TranslateToFuzzReader::mutate(Function* func) {
18131813
// We can only be given a less-refined type (certainly we can replace
18141814
// curr with its own type).
18151815
assert(Type::isSubType(curr->type, type));
1816-
if (type != curr->type) {
1817-
std::cout << *curr << " 2with " << type << " in " << *getFunction()
1818-
<< '\n';
1819-
abort();
1820-
}
18211816
}
18221817
}
18231818

0 commit comments

Comments
 (0)