diff --git a/src/libCom/fdmgr/fdManager.h b/src/libCom/fdmgr/fdManager.h index c1bd2825a..40164f7f6 100644 --- a/src/libCom/fdmgr/fdManager.h +++ b/src/libCom/fdmgr/fdManager.h @@ -186,12 +186,8 @@ inline resTableIndex fdRegId::hash (unsigned) const { resTableIndex hashid; -#if defined(__GNUC__) && ( __GNUC__<2 || (__GNUC__==2 && __GNUC__<8) ) hashid = intId ::hashEngine(this->fd); -#else - hashid = intId::hashEngine(this->fd); -#endif // // also evenly distribute based on the type of fdRegType