It seems that we don't use data structs version anywhere since 1.2.0 - removed

This commit is contained in:
Valery Yatsko 2008-04-08 15:36:56 +04:00
parent e30b893eb1
commit f9d784da28
2 changed files with 0 additions and 14 deletions

View File

@ -94,14 +94,6 @@
# error Incorrect config.h for this revision of ircd.
#endif
/*
* This defines the version of the data structures used in the ircd.
* In the event of a mismatch (i.e. this is incremented due to a major
* change that cannot be accomidated for in the ircd), then a hard
* restart occurs.
*/
#define CHARYBDIS_DV 0x00010200 /* 1.2.0 */
#define HOSTLEN 63 /* Length of hostname. Updated to */
/* comply with RFC1123 */

View File

@ -67,12 +67,6 @@
#include "serno.h"
#include "sslproc.h"
/*
* Try and find the correct name to use with getrlimit() for setting the max.
* number of files allowed to be open by this process.
*/
int _charybdis_data_version = CHARYBDIS_DV;
extern int ServerRunning;
extern struct LocalUser meLocalUser;
extern char **myargv;