remove redundant definition and unused variable

This commit is contained in:
dwarning 2026-01-09 16:07:38 +01:00 committed by Holger Vogt
parent 81894e0c52
commit 23eafe9978
2 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@ Author: 1986 Wayne A. Christopher, U. C. Berkeley CAD Group
#include "ngspice/compatmode.h"
extern IFsimulator SIMinfo;
extern char Spice_Build_Date[];
static void fixdims(struct dvec *v, char *s);

View File

@ -61,7 +61,6 @@ NOISEan(CKTcircuit* ckt, int restart)
int numNames;
IFuid* nameList; /* va: tmalloc'ed list of names */
static runDesc* noiPlot = NULL;
runDesc* plot = NULL;
#ifdef XSPICE