summaryrefslogtreecommitdiffstats
path: root/src/Dictionary.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Dictionary.cpp')
-rw-r--r--src/Dictionary.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Dictionary.cpp b/src/Dictionary.cpp
index 5e76cb6..99e3b88 100644
--- a/src/Dictionary.cpp
+++ b/src/Dictionary.cpp
@@ -167,11 +167,6 @@ Dictionary::iterator Dictionary::Set(const std::string& key, const Node& node)
167 return Set(key, &node); 167 return Set(key, &node);
168} 168}
169 169
170Dictionary::iterator Dictionary::Insert(const std::string& key, Node* node)
171{
172 return this->Set(key, node);
173}
174
175void Dictionary::Remove(Node* node) 170void Dictionary::Remove(Node* node)
176{ 171{
177 if (node) 172 if (node)