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
|
2010-11-06 Robert Larice
|
||||||
* src/frontend/inpcom.c :
|
* src/frontend/inpcom.c :
|
||||||
tiny rewrite, make use of copy_substring()
|
tiny rewrite, make use of copy_substring()
|
||||||
|
|
|
||||||
|
|
@ -15,10 +15,11 @@ Author: 1991 David A. Gates, U. C. Berkeley CAD Group
|
||||||
#include "suffix.h"
|
#include "suffix.h"
|
||||||
|
|
||||||
|
|
||||||
/* State Counter */
|
/* State Counter
|
||||||
static int state_numOP = 0;
|
* static int state_numOP = 0;
|
||||||
static int state_numDC = 0;
|
* static int state_numDC = 0;
|
||||||
static int state_numTR = 0;
|
* static int state_numTR = 0;
|
||||||
|
*/
|
||||||
|
|
||||||
void
|
void
|
||||||
NDEV_dump(
|
NDEV_dump(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue