From f37c875be893677df8b56054c2611f4a5d5080b9 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 4 Sep 2021 08:07:48 -0400 Subject: [PATCH] Internal: Remove fixme --- src/V3Width.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/V3Width.cpp b/src/V3Width.cpp index 24b8e9c12..6fd9ee2ec 100644 --- a/src/V3Width.cpp +++ b/src/V3Width.cpp @@ -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 {