From b9e323b2c3c7f44422cb762c0412665c4fd52cdc Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Sat, 14 Jun 2014 15:14:46 +0200 Subject: [PATCH] Remove unused #define ERROR -1 --- include/inspircd.h | 4 ---- 1 file changed, 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 inline std::string ConvNumeric(const T &in) -- 2.39.5