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

Remove conditional compilation - it was raising hell in windows build

This commit is contained in:
alexpeshkoff 2008-01-24 15:01:02 +00:00
parent e77470c102
commit fa4354b0f3

View File

@ -1771,12 +1771,10 @@ void MemoryPool::deallocate(void *block)
MemoryPool& AutoStorage::getAutoMemoryPool() {
#ifndef SUPERCLIENT
MemoryPool* p = MemoryPool::getContextPool();
#if defined(EMBEDDED) || (!defined(SUPERSERVER))
if (! p)
{
p = getDefaultMemoryPool();
}
#endif
#else //SUPERCLIENT
MemoryPool* p = getDefaultMemoryPool();
#endif //SUPERCLIENT