From 1b3d252bfee83282cea2d80658a220a6a889cd8c Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Wed, 6 Jul 2011 18:46:41 -0400 Subject: [PATCH] Internals: Cleanup Dead code --- src/V3Width.cpp | 7 ------- src/V3Width.h | 1 - 2 files changed, 8 deletions(-) diff --git a/src/V3Width.cpp b/src/V3Width.cpp index 3e7cf6acc..6fc4e4ed3 100644 --- a/src/V3Width.cpp +++ b/src/V3Width.cpp @@ -1453,13 +1453,6 @@ AstNode* V3Width::widthParamsEdit(AstNode* nodep) { return nodep; } -AstNode* V3Width::widthParamsEditIfNeed(AstNode* nodep) { - if (!nodep->width()) { - nodep = V3Width::widthParamsEdit(nodep); - } - return nodep; -} - void V3Width::widthCommit(AstNetlist* nodep) { UINFO(2,__FUNCTION__<<": "<