diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-06-14 15:14:46 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-06-14 15:14:46 +0200 |
commit | b9e323b2c3c7f44422cb762c0412665c4fd52cdc (patch) | |
tree | 64b820c75340694af826342531e3f1e1811ba95f /include | |
parent | 06c6e0858e5d053a1d99a25d0dd7039e47ab1285 (diff) |
Remove unused #define ERROR -1
Diffstat (limited to 'include')
-rw-r--r-- | include/inspircd.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 42454f354..dab00d31c 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -80,10 +80,6 @@ CoreExport extern InspIRCd* ServerInstance; #include "protocol.h" #include "bancache.h" -/** Returned by some functions to indicate failure. - */ -#define ERROR -1 - /** Template function to convert any input type to std::string */ template<typename T> inline std::string ConvNumeric(const T &in) |