Internals: Cleanup Dead code
This commit is contained in:
parent
a9ba4a9fcd
commit
1b3d252bfe
|
|
@ -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__<<": "<<endl);
|
||||
WidthCommitVisitor visitor (nodep);
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@ public:
|
|||
static void width(AstNetlist* nodep);
|
||||
// Smaller step... Only do a single node for parameter propagation
|
||||
static AstNode* widthParamsEdit(AstNode* nodep);
|
||||
static AstNode* widthParamsEditIfNeed(AstNode* nodep);
|
||||
// Final step... Mark all widths as equal
|
||||
static void widthCommit(AstNetlist* nodep);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue