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