rm unused variables

This commit is contained in:
dwarning 2018-08-21 13:18:24 +02:00
parent 598b72be37
commit 561fdd805c
3 changed files with 2 additions and 3 deletions

View File

@ -7164,8 +7164,6 @@ pspice_compat(struct card *oldcard)
q3 1 2 3 4 bjtmod 1.45 --> q2 1 2 3 4 bjtmod area=1.45
*/
for (card = newcard; card; card = card->nextcard) {
static struct card *subcktline = NULL;
static int nesting = 0;
char *cut_line = card->line;
if (*cut_line == '*')
continue;

View File

@ -239,7 +239,6 @@ void
initdico(dico_t *dico)
{
int asize = 10; /* default allocation depth of the synbol stack */
COMPATMODE_T compat_mode;
dico->srcline = -1;
dico->errcount = 0;

View File

@ -90,7 +90,9 @@ static bool shouldstop = FALSE; /* Tell simulator to stop next time it asks. */
static bool interpolated = FALSE;
static double *valueold, *valuenew;
#ifdef SHARED_MODULE
static bool savenone = FALSE;
#endif
/* The two "begin plot" routines share all their internals... */