aboutsummaryrefslogtreecommitdiff
path: root/src/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash.h')
-rw-r--r--src/hash.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/hash.h b/src/hash.h
index e717c60..8c58645 100644
--- a/src/hash.h
+++ b/src/hash.h
@@ -894,11 +894,6 @@ namespace Bu
894 // nFilled, nDeleted, nCapacity ); 894 // nFilled, nDeleted, nCapacity );
895 } 895 }
896 896
897 virtual std::pair<key,value> getAtPos( uint32_t nPos )
898 {
899 return std::pair<key,value>(aKeys[nPos],aValues[nPos]);
900 }
901
902 virtual key &getKeyAtPos( uint32_t nPos ) 897 virtual key &getKeyAtPos( uint32_t nPos )
903 { 898 {
904 return aKeys[nPos]; 899 return aKeys[nPos];