Internals: Remove dead needHInlines code

This commit is contained in:
Wilson Snyder
2020-05-16 07:53:27 -04:00
parent 57a937df03
commit 6fd7f45cef
10 changed files with 9 additions and 39 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ void V3GraphVertex::v3errorEnd(std::ostringstream& str) const {
}
void V3GraphVertex::v3errorEndFatal(std::ostringstream& str) const {
v3errorEnd(str);
assert(0);
assert(0); // LCOV_EXCL_LINE
VL_UNREACHABLE
}