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.