Remove unused variable

This commit is contained in:
Holger Vogt 2023-08-13 11:04:34 +02:00
parent e1e2d8a88a
commit 6eb7e0ec82
1 changed files with 0 additions and 1 deletions

View File

@ -120,7 +120,6 @@ extern int OSDIload(GENmodel *inModel, CKTcircuit *ckt) {
GENinstance *gen_inst;
bool is_init_smsig = ckt->CKTmode & MODEINITSMSIG;
bool is_sweep = ckt->CKTmode & MODEDCTRANCURVE;
bool is_dc = ckt->CKTmode & (MODEDCOP | MODEDCTRANCURVE);
bool is_ac = ckt->CKTmode & (MODEAC | MODEINITSMSIG);
bool is_tran = ckt->CKTmode & (MODETRAN);