From 0bd291e6cd8d47b2cb8be4a54badf4b4143e3ce1 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Mon, 28 Jul 2025 02:27:55 -0400 Subject: [PATCH] Fix unused variable compile error (#6222 partial) --- src/V3LinkCells.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/V3LinkCells.cpp b/src/V3LinkCells.cpp index 9d4f9a448..381eb75a7 100644 --- a/src/V3LinkCells.cpp +++ b/src/V3LinkCells.cpp @@ -112,7 +112,6 @@ class LinkCellsVisitor final : public VNVisitor { VSymGraph m_mods; // Symbol table of all module names LinkCellsGraph m_graph; // Linked graph of all cell interconnects LibraryVertex* m_libVertexp = nullptr; // Vertex at root of all libraries - int m_dedupNum = 0; // Package dedup number const V3GraphVertex* m_topVertexp = nullptr; // Vertex of top module std::unordered_set m_declfnWarned; // Files we issued DECLFILENAME on string m_origTopModuleName; // original name of the top module