diff --git a/src/xspice/enh/enhtrans.c b/src/xspice/enh/enhtrans.c index 4e632a915..a1c7918d9 100644 --- a/src/xspice/enh/enhtrans.c +++ b/src/xspice/enh/enhtrans.c @@ -315,7 +315,6 @@ static char *two2three_translate( Remove it here, add it later */ multibeg = strstr(orig_card, " m="); if (multibeg) { -// *multibeg = '\0'; multiend = multibeg + 3; while (*multiend == ' ') multiend++;