remove unused variables
This commit is contained in:
parent
f90295f46a
commit
293f0afc2f
|
|
@ -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…
Reference in New Issue