From e43f44232fa8808950ecf32a0aff502d5e7756c9 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 11 Oct 2000 14:26:09 +0000 Subject: [PATCH] avoid default template arguments --- src/libCom/fdmgr/fdManager.h | 4 ---- 1 file changed, 4 deletions(-) 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