remove redundant definition and unused variable
This commit is contained in:
parent
81894e0c52
commit
23eafe9978
|
|
@ -22,7 +22,6 @@ Author: 1986 Wayne A. Christopher, U. C. Berkeley CAD Group
|
||||||
#include "ngspice/compatmode.h"
|
#include "ngspice/compatmode.h"
|
||||||
|
|
||||||
extern IFsimulator SIMinfo;
|
extern IFsimulator SIMinfo;
|
||||||
extern char Spice_Build_Date[];
|
|
||||||
|
|
||||||
static void fixdims(struct dvec *v, char *s);
|
static void fixdims(struct dvec *v, char *s);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,6 @@ NOISEan(CKTcircuit* ckt, int restart)
|
||||||
|
|
||||||
int numNames;
|
int numNames;
|
||||||
IFuid* nameList; /* va: tmalloc'ed list of names */
|
IFuid* nameList; /* va: tmalloc'ed list of names */
|
||||||
static runDesc* noiPlot = NULL;
|
|
||||||
runDesc* plot = NULL;
|
runDesc* plot = NULL;
|
||||||
|
|
||||||
#ifdef XSPICE
|
#ifdef XSPICE
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue