From d1afaa8f90625495a9a5072d283879d6e71ca547 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Sat, 7 Jul 2012 13:08:02 +0200 Subject: cmd_stats Remove unused preprocessor stuff (it has been living in stats.cpp for a while) --- src/commands/cmd_stats.cpp | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/commands') diff --git a/src/commands/cmd_stats.cpp b/src/commands/cmd_stats.cpp index 6944a4c44..244bb44c3 100644 --- a/src/commands/cmd_stats.cpp +++ b/src/commands/cmd_stats.cpp @@ -20,17 +20,6 @@ #include "inspircd.h" -#ifndef WIN32 - #include - /* This is just to be completely certain that the change which fixed getrusage on RH7 doesn't break anything else -- Om */ - #ifndef RUSAGE_SELF - #define RUSAGE_SELF 0 - #endif -#else - #include - #include "inspircd_win32wrapper.h" - #pragma comment(lib, "psapi.lib") -#endif /** Handle /STATS. These command handlers can be reloaded by the core, * and handle basic RFC1459 commands. Commands within modules work -- cgit v1.2.3