remove unused variables

This commit is contained in:
dwarning 2019-03-09 22:19:29 +01:00 committed by Holger Vogt
parent f90295f46a
commit 293f0afc2f
1 changed files with 2 additions and 6 deletions

View File

@ -23,12 +23,8 @@ int
VBICask(CKTcircuit *ckt, GENinstance *instPtr, int which, IFvalue *value, IFvalue *select)
{
VBICinstance *here = (VBICinstance*)instPtr;
int itmp;
double vr;
double vi;
double sr;
double si;
double vm;
NG_IGNORE(select);
switch(which) {
case VBIC_AREA: