8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 00:43:02 +01:00

Removed unneeded ifdef

This commit is contained in:
alexpeshkoff 2007-03-07 13:12:34 +00:00
parent e299b9890e
commit b9f44507f1

View File

@ -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);