Browse Source

remove unused variables

pre-master-46
dwarning 7 years ago
committed by Holger Vogt
parent
commit
293f0afc2f
  1. 8
      src/spicelib/devices/vbic/vbicask.c

8
src/spicelib/devices/vbic/vbicask.c

@ -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:

Loading…
Cancel
Save