diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-02-07 18:21:01 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-02-07 18:21:01 +0100 |
commit | 5b6ae9c5427b32f5bacba592fc08e1f70009aee4 (patch) | |
tree | 67e49b1802bcb8c2b9c7de9b2cd5c165f846c5fc /include/configreader.h | |
parent | 4ed0292914ca78aa419aab3add5b113c26b81a12 (diff) |
Only compile the testsuite if INSPIRCD_ENABLE_TESTSUITE is defined
Diffstat (limited to 'include/configreader.h')
-rw-r--r-- | include/configreader.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configreader.h b/include/configreader.h index 7bc6c1bcb..e10f361d7 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -151,11 +151,6 @@ struct CommandLineConf */ bool writelog; - /** True if we have been told to run the testsuite from the commandline, - * rather than entering the mainloop. - */ - bool TestSuite; - /** Saved argc from startup */ int argc; |