Skip to content

Commit 17f9220

Browse files
committed
rcx: Remove useless code.
Signed-off-by: Christian Costa <[email protected]>
1 parent a5a2094 commit 17f9220

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/rcx/src/extRCmodel.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2742,14 +2742,6 @@ void extRCModel::mkNet_prefix(extMeasure* m, const char* wiresNameSuffix)
27422742
sprintf(overUnder, "Unknown");
27432743
}
27442744

2745-
sprintf(_wireDirName,
2746-
"%s_%s_W%gW%g_S%gS%g",
2747-
_patternName,
2748-
overUnder,
2749-
get_nm(m, m->_w_m),
2750-
get_nm(m, m->_w2_m),
2751-
get_nm(m, m->_s_m),
2752-
get_nm(m, m->_s2_m));
27532745
sprintf(_wireDirName,
27542746
"%s_%s_W%gW%g_S%05dS%05d",
27552747
_patternName,

0 commit comments

Comments
 (0)