forked from github/server
remove unused variables.
This commit is contained in:
parent
27605f18ba
commit
cb6be542b9
2 changed files with 0 additions and 3 deletions
|
@ -101,7 +101,6 @@ struct settings global = {
|
||||||
};
|
};
|
||||||
|
|
||||||
bool lomem = false;
|
bool lomem = false;
|
||||||
FILE *logfile;
|
|
||||||
int turn = -1;
|
int turn = -1;
|
||||||
|
|
||||||
const char *parameters[MAXPARAMS] = {
|
const char *parameters[MAXPARAMS] = {
|
||||||
|
|
|
@ -158,10 +158,8 @@ struct param;
|
||||||
extern const char *localenames[];
|
extern const char *localenames[];
|
||||||
extern settings global;
|
extern settings global;
|
||||||
|
|
||||||
extern bool sqlpatch;
|
|
||||||
extern bool lomem; /* save memory */
|
extern bool lomem; /* save memory */
|
||||||
extern int turn;
|
extern int turn;
|
||||||
extern bool getunitpeasants;
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue