From 8d40d8dbd9b9891cc9da128ccdda903a32aebb18 Mon Sep 17 00:00:00 2001 From: Todd Strader Date: Mon, 19 May 2025 09:54:21 -0400 Subject: [PATCH] cleanup --- src/V3Width.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/V3Width.cpp b/src/V3Width.cpp index 01bb5764d..e40bef5fc 100644 --- a/src/V3Width.cpp +++ b/src/V3Width.cpp @@ -7341,7 +7341,6 @@ class WidthVisitor final : public VNVisitor { // Returns the new underp // Conversion to/from doubles and integers are before iterating. UASSERT_OBJ(stage == FINAL, nodep, "Bad state to iterateCheck"); - if (underp) { UINFO(1, "underp dtype = " << underp->dtypep() << endl); } UASSERT_OBJ(underp && underp->dtypep(), nodep, "Node has no type"); // Perhaps forgot to do a prelim visit on it? if (VN_IS(underp, NodeDType)) { // Note the node itself, not node's data type