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:
parent
e299b9890e
commit
b9f44507f1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user