removed not-used variable
This commit is contained in:
parent
b1712321e2
commit
e8730266e5
3 changed files with 0 additions and 4 deletions
lang/basic/src
|
@ -28,7 +28,6 @@ static char rcs_graph[] = RCS_GRAPH ;
|
||||||
char *program;
|
char *program;
|
||||||
|
|
||||||
char datfname[MAXFILENAME] ;
|
char datfname[MAXFILENAME] ;
|
||||||
char tmpfname[MAXFILENAME] ;
|
|
||||||
|
|
||||||
char *inpfile, *outfile;
|
char *inpfile, *outfile;
|
||||||
int BEMINTSIZE = EMINTSIZE;
|
int BEMINTSIZE = EMINTSIZE;
|
||||||
|
|
|
@ -44,7 +44,6 @@ extern char *inpfile; /* input tko compiler */
|
||||||
extern char *outfile; /* output from compiler */
|
extern char *outfile; /* output from compiler */
|
||||||
|
|
||||||
extern char datfname[MAXFILENAME]; /* data statements file */
|
extern char datfname[MAXFILENAME]; /* data statements file */
|
||||||
extern char tmpfname[MAXFILENAME]; /* temporary statements file */
|
|
||||||
|
|
||||||
extern File *emfile; /* EM output file */
|
extern File *emfile; /* EM output file */
|
||||||
extern File *datfile; /* data file */
|
extern File *datfile; /* data file */
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "bem.h"
|
#include "bem.h"
|
||||||
#include <em_path.h>
|
|
||||||
|
|
||||||
#ifndef NORSCID
|
#ifndef NORSCID
|
||||||
static char rcs_id[] = "$Header$";
|
static char rcs_id[] = "$Header$";
|
||||||
|
@ -21,7 +20,6 @@ initialize()
|
||||||
register char *cindex, *cptr;
|
register char *cindex, *cptr;
|
||||||
int result1, result2;
|
int result1, result2;
|
||||||
|
|
||||||
(void) sprint(tmpfname,"%s/abc%d",TMP_DIR,getpid());
|
|
||||||
/* Find the basename */
|
/* Find the basename */
|
||||||
/* Strip leading directories */
|
/* Strip leading directories */
|
||||||
cindex= (char *)0;
|
cindex= (char *)0;
|
||||||
|
|
Loading…
Reference in a new issue