From ff969dfaca1a2b242ef3e4f961fea8ff254e31a9 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 6 Aug 1999 15:24:42 +0000 Subject: [PATCH] removed redundant function prototype --- src/cxxTemplates/resourceLib.h | 19 +------------------ src/libCom/cxxTemplates/resourceLib.h | 19 +------------------ 2 files changed, 2 insertions(+), 36 deletions(-) diff --git a/src/cxxTemplates/resourceLib.h b/src/cxxTemplates/resourceLib.h index fea80324e..a4f64e999 100644 --- a/src/cxxTemplates/resourceLib.h +++ b/src/cxxTemplates/resourceLib.h @@ -174,23 +174,6 @@ private: T *findDelete (tsSLList &list, const ID &idIn); }; -// -// resTableIntHash() -// -// converts any integer into a hash table index -// -// idWidth: the maximum number of ls bits in "id" which might -// be set during any given call be set. -// -// minIndexWidth: the minimum number of bits in a hash table -// index. This dermines the minimum size of the hash table. -// Knowing this value at compile time improves the performance -// of the hash. Set this parameter to zero if unsure of the -// correct minimum hash table size. -// -template -resTableIndex resTableIntHash (const T &id); - // // Some ID classes that work with the above template // @@ -314,7 +297,7 @@ private: // converts any integer into a hash table index // // idWidth: the maximum number of ls bits in "id" which might -// be set during any given call be set. +// be set during any call to this function. // // minIndexWidth: the minimum number of bits in a hash table // index. This dermines the minimum size of the hash table. diff --git a/src/libCom/cxxTemplates/resourceLib.h b/src/libCom/cxxTemplates/resourceLib.h index fea80324e..a4f64e999 100644 --- a/src/libCom/cxxTemplates/resourceLib.h +++ b/src/libCom/cxxTemplates/resourceLib.h @@ -174,23 +174,6 @@ private: T *findDelete (tsSLList &list, const ID &idIn); }; -// -// resTableIntHash() -// -// converts any integer into a hash table index -// -// idWidth: the maximum number of ls bits in "id" which might -// be set during any given call be set. -// -// minIndexWidth: the minimum number of bits in a hash table -// index. This dermines the minimum size of the hash table. -// Knowing this value at compile time improves the performance -// of the hash. Set this parameter to zero if unsure of the -// correct minimum hash table size. -// -template -resTableIndex resTableIntHash (const T &id); - // // Some ID classes that work with the above template // @@ -314,7 +297,7 @@ private: // converts any integer into a hash table index // // idWidth: the maximum number of ls bits in "id" which might -// be set during any given call be set. +// be set during any call to this function. // // minIndexWidth: the minimum number of bits in a hash table // index. This dermines the minimum size of the hash table.