drop some unused static variables
This commit is contained in:
parent
4e8a1f9656
commit
d803d1e622
|
|
@ -1,3 +1,7 @@
|
|||
2010-11-06 Robert Larice
|
||||
* src/spicelib/devices/ndev/ndevdump.c :
|
||||
drop some unused static variables
|
||||
|
||||
2010-11-06 Robert Larice
|
||||
* src/frontend/inpcom.c :
|
||||
tiny rewrite, make use of copy_substring()
|
||||
|
|
|
|||
|
|
@ -15,10 +15,11 @@ Author: 1991 David A. Gates, U. C. Berkeley CAD Group
|
|||
#include "suffix.h"
|
||||
|
||||
|
||||
/* State Counter */
|
||||
static int state_numOP = 0;
|
||||
static int state_numDC = 0;
|
||||
static int state_numTR = 0;
|
||||
/* State Counter
|
||||
* static int state_numOP = 0;
|
||||
* static int state_numDC = 0;
|
||||
* static int state_numTR = 0;
|
||||
*/
|
||||
|
||||
void
|
||||
NDEV_dump(
|
||||
|
|
|
|||
Loading…
Reference in New Issue