remove unused variables
This commit is contained in:
parent
56035f1964
commit
6241f52e6b
|
|
@ -23,12 +23,8 @@ int
|
||||||
VBICask(CKTcircuit *ckt, GENinstance *instPtr, int which, IFvalue *value, IFvalue *select)
|
VBICask(CKTcircuit *ckt, GENinstance *instPtr, int which, IFvalue *value, IFvalue *select)
|
||||||
{
|
{
|
||||||
VBICinstance *here = (VBICinstance*)instPtr;
|
VBICinstance *here = (VBICinstance*)instPtr;
|
||||||
int itmp;
|
|
||||||
double vr;
|
NG_IGNORE(select);
|
||||||
double vi;
|
|
||||||
double sr;
|
|
||||||
double si;
|
|
||||||
double vm;
|
|
||||||
|
|
||||||
switch(which) {
|
switch(which) {
|
||||||
case VBIC_AREA:
|
case VBIC_AREA:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue