Remove unused (preliminary)
This commit is contained in:
parent
1576783017
commit
78ffba59d4
|
|
@ -19,13 +19,14 @@ Author: 1987 Gary W. Ng
|
||||||
#include "ngspice/noisedef.h"
|
#include "ngspice/noisedef.h"
|
||||||
#include "ngspice/sperror.h"
|
#include "ngspice/sperror.h"
|
||||||
|
|
||||||
#ifdef RFSPICE
|
/* not used, CKTspnoise is in span.c */
|
||||||
|
#ifdef RFSPICE_
|
||||||
|
|
||||||
// Derived from CKTnoise
|
// Derived from CKTnoise
|
||||||
|
|
||||||
|
|
||||||
int
|
int
|
||||||
CKTSPnoise (CKTcircuit *ckt, int mode, int operation, Ndata *data)
|
CKTSPnoise(CKTcircuit *ckt, int mode, int operation, Ndata *data)
|
||||||
{
|
{
|
||||||
NOISEAN *job = (NOISEAN *) ckt->CKTcurJob;
|
NOISEAN *job = (NOISEAN *) ckt->CKTcurJob;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,8 @@ Modified: 2001 AlansFixes
|
||||||
extern int fixme_onoise_type;
|
extern int fixme_onoise_type;
|
||||||
extern int fixme_inoise_type;
|
extern int fixme_inoise_type;
|
||||||
|
|
||||||
#ifdef RFSPICE
|
/* not used */
|
||||||
|
#ifdef RFSPICE_
|
||||||
|
|
||||||
int
|
int
|
||||||
NOISEsp (CKTcircuit *ckt, int restart)
|
NOISEsp (CKTcircuit *ckt, int restart)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue