mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 05:47:42 +02:00
unused variable rflag
This commit is contained in:
+1
-1
@@ -657,13 +657,13 @@ main(int argc, char **argv)
|
||||
OUTendDomain,
|
||||
OUTattributes
|
||||
};
|
||||
bool rflag = FALSE;
|
||||
#else /* ~ SIMULATOR */
|
||||
bool gdata = TRUE;
|
||||
#endif /* ~ SIMULATOR */
|
||||
|
||||
char buf[BSIZE_SP];
|
||||
bool readinit = TRUE;
|
||||
bool rflag = FALSE;
|
||||
bool istty = TRUE;
|
||||
bool iflag = FALSE;
|
||||
bool qflag = FALSE;
|
||||
|
||||
Reference in New Issue
Block a user