mirror of
https://github.com/matrix-construct/construct
synced 2024-11-18 07:50:57 +01:00
Remove dead variable "cold_start" that no longer exists [ci skip]
This commit is contained in:
parent
f66f0baa67
commit
8fbc1152bb
1 changed files with 0 additions and 1 deletions
|
@ -65,7 +65,6 @@ extern const unsigned long int datecode;
|
||||||
extern const char *ircd_version;
|
extern const char *ircd_version;
|
||||||
extern const char *logFileName;
|
extern const char *logFileName;
|
||||||
extern const char *pidFileName;
|
extern const char *pidFileName;
|
||||||
extern int cold_start;
|
|
||||||
extern int dorehash;
|
extern int dorehash;
|
||||||
extern int dorehashbans;
|
extern int dorehashbans;
|
||||||
extern int doremotd;
|
extern int doremotd;
|
||||||
|
|
Loading…
Reference in a new issue