summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2013-04-01 08:58:06 +0100
committerPeter Powell <petpow@saberuk.com>2013-04-01 10:42:23 +0100
commit6b71f211373e34de9b4cbb76fe89b160d18304aa (patch)
treed8d4b4ea8a100a7857c476e9085a45cc1f1cf230 /include
parent65155ef5c520e89b1d96d1768c1d7308334940c9 (diff)
Remove some dead code:
- Conditions in m_httpd_stats which can never be true. - Commented out code in m_sqloper. - Unused macro in inspircd.h.
Diffstat (limited to 'include')
-rw-r--r--include/inspircd.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index 86853a94f..84ac93357 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -112,11 +112,6 @@ CoreExport extern InspIRCd* ServerInstance;
*/
#define ERROR -1
-/** Support for librodent -
- * see http://www.chatspike.net/index.php?z=64
- */
-#define ETIREDHAMSTERS EAGAIN
-
/** Template function to convert any input type to std::string
*/
template<typename T> inline std::string ConvNumeric(const T &in)