Fix compile warning

This commit is contained in:
Wilson Snyder 2012-05-06 14:05:56 -04:00
parent d55f065ce2
commit 7b3eb22865

View File

@ -770,7 +770,6 @@ private:
bool implicitParam = nodep->isParam() && bdtypep && bdtypep->implicit();
if (implicitParam) {
int width=0;
AstNumeric rs = AstNumeric::UNSIGNED;
if (nodep->valuep()) {
nodep->valuep()->iterateAndNext(*this,WidthVP(width,0,PRELIM).p());
UINFO(9,"implicitParamPRELIMIV "<<nodep->valuep()<<endl);