remove unused variables

This commit is contained in:
dwarning 2019-03-09 22:19:29 +01:00
parent 56035f1964
commit 6241f52e6b
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: