Internal: Remove fixme

This commit is contained in:
Wilson Snyder 2021-09-04 08:07:48 -04:00
parent 56dc66d842
commit f37c875be8
1 changed files with 0 additions and 1 deletions

View File

@ -1179,7 +1179,6 @@ private:
return;
}
}
nodep->backp()->dumpTree(cout, "-FIXME-tr ");
nodep->v3warn(E_UNSUPPORTED, "Unsupported/illegal unbounded ('$') in this context.");
}
virtual void visit(AstIsUnbounded* nodep) override {