Removed unused function

This commit is contained in:
Steffen Gaisser 2020-08-13 10:27:16 +02:00
parent 7dbab61ab7
commit b484e4d5ad
1 changed files with 0 additions and 6 deletions

View File

@ -136,12 +136,6 @@ public:
return HasReturnvaluesIF::RETURN_OK;
}
//This is potentially unsafe
// T *findValue(key_t key) const {
// return &theMap[findFirstIndex(key)].second;
// }
Iterator find(key_t key) const {
ReturnValue_t result = exists(key);
if (result != HasReturnvaluesIF::RETURN_OK) {