From b9f44507f1358cd6df30cc495dc8118a1e97db32 Mon Sep 17 00:00:00 2001 From: alexpeshkoff Date: Wed, 7 Mar 2007 13:12:34 +0000 Subject: [PATCH] Removed unneeded ifdef --- src/utilities/guard/guard.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/utilities/guard/guard.cpp b/src/utilities/guard/guard.cpp index 583c224bc4..d6d0550c72 100644 --- a/src/utilities/guard/guard.cpp +++ b/src/utilities/guard/guard.cpp @@ -192,11 +192,7 @@ int CLIB_ROUTINE main( int argc, char **argv) if (timer == time(0)) { // don't let fbserver restart too often - avoid log overflow -#ifdef WIN_NT - Sleep(1000); -#else sleep(1); -#endif continue; } timer = time(0);