8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 00:03:03 +01:00

Removed debugging code

This commit is contained in:
alexpeshkoff 2012-03-19 09:15:52 +00:00
parent cf0128b304
commit 38d3fc7dd3

View File

@ -33,7 +33,7 @@
// Firebird platform-specific synchronization data structures
#if defined(DARWIN) || defined(FREEBSD) || defined(LINUX)
#if defined(DARWIN) || defined(FREEBSD)
#define USE_SYS5SEMAPHORE
#endif