Internals: Fix dead parameter calls. No functional change.

This commit is contained in:
Wilson Snyder 2012-05-09 23:06:43 -04:00
parent 3ea2038d3d
commit 1aec645510

View File

@ -1857,8 +1857,8 @@ private:
// Underp is used in a boolean context, reduce a multibit number to one bit
// Before calling this, iterate into underp with FINAL state, so numbers get resized appropriately
bool ignoreWarn = false; // Not used
bool expWidth = 1;
bool expWidthMin = 1;
int expWidth = 1;
int expWidthMin = 1;
if (expWidth!=1) nodep->v3fatalSrc("Only for binary functions");
bool bad = widthBad(underp,expWidth,expWidthMin);
if (bad) {