Remove unused variable
Signed-off-by: Ryszard Rozak <rrozak@antmicro.com>
This commit is contained in:
parent
dd2e0f1d6f
commit
cf56c288ad
|
|
@ -263,8 +263,7 @@ private:
|
|||
return isRangedDType(varp) ? origDTypep : varp->findBitDType();
|
||||
} else if (VN_IS(origDTypep, PackArrayDType)) {
|
||||
return origDTypep;
|
||||
} else if (const AstNodeUOrStructDType* const sdtp
|
||||
= VN_CAST(origDTypep, NodeUOrStructDType)) {
|
||||
} else if (VN_IS(origDTypep, NodeUOrStructDType)) {
|
||||
return origDTypep;
|
||||
} else {
|
||||
varp->v3fatalSrc("Unsupported: Force of variable of unhandled data type");
|
||||
|
|
|
|||
Loading…
Reference in New Issue