sharedspice.c, remove line create_circbyline(NULL);, breaks compatibility

partial revert of
inp.c, sharedspice.c, enable adding scripts by 'circbyline'
This commit is contained in:
h_vogt 2016-11-01 21:26:29 +01:00 committed by rlar
parent a161d4303b
commit ef21363e4f
1 changed files with 0 additions and 1 deletions

View File

@ -844,7 +844,6 @@ int ngSpice_Circ(char** circa){
newline = copy(circa[i]);
create_circbyline(newline);
}
create_circbyline(NULL);
return 0;
}
/* upon error */