FTK change. Fixed compile error on Linux.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@719 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-07-27 17:32:19 +00:00
parent 906729eced
commit b6d6c49428

View File

@@ -365,8 +365,6 @@ RCODE F_BlockAlloc::setup(
m_uiHashMask = ~((FLMUINT)(sysconf( _SC_PAGESIZE) - 1));
#else
m_uiHashMask = FLM_MAX_UINT - 0xFFFF;
#else
#endif
Exit: