nipred.c, remove unused variable `temp'

This commit is contained in:
Francesco Lannutti 2012-12-25 01:40:16 +01:00
parent 574d39e29c
commit f153208a5f
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ NIpred(CKTcircuit * ckt)
{
int i;
double *temp;
int size;
CKTnode *node;