diff options
author | Grant Limberg <glimberg@gmail.com> | 2015-11-02 18:30:54 -0800 |
---|---|---|
committer | Grant Limberg <glimberg@gmail.com> | 2015-11-02 18:30:54 -0800 |
commit | a19e82fcbc2203f0d84a0e744d344e0796bc0c33 (patch) | |
tree | 2f8cfc56a03cf6e614991c83a309b5fce5a48e48 /node/Hashtable.hpp | |
parent | 0ffcfa307e537347f181e7b22047f252d0cdc414 (diff) | |
parent | 4e9d4304761f93a1764d3ec2d2b0c38140decad8 (diff) | |
download | infinitytier-a19e82fcbc2203f0d84a0e744d344e0796bc0c33.tar.gz infinitytier-a19e82fcbc2203f0d84a0e744d344e0796bc0c33.zip |
Merge branch 'edge' into windows-ui
Diffstat (limited to 'node/Hashtable.hpp')
-rw-r--r-- | node/Hashtable.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/node/Hashtable.hpp b/node/Hashtable.hpp index 1d8d9e5d..e3512fef 100644 --- a/node/Hashtable.hpp +++ b/node/Hashtable.hpp @@ -322,7 +322,6 @@ public: b->next = _t[bidx]; _t[bidx] = b; ++_s; - return b->v; } @@ -351,7 +350,6 @@ public: b->next = _t[bidx]; _t[bidx] = b; ++_s; - return b->v; } |