summaryrefslogtreecommitdiff
path: root/configmgr/source/nodemap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/nodemap.hxx')
-rw-r--r--configmgr/source/nodemap.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/configmgr/source/nodemap.hxx b/configmgr/source/nodemap.hxx
index a000b30aef96..77c9dd050db4 100644
--- a/configmgr/source/nodemap.hxx
+++ b/configmgr/source/nodemap.hxx
@@ -54,7 +54,6 @@ class NodeMap
rtl::Reference<Node> &operator[](const OUString &aStr) { clearCache(); return maImpl[aStr]; }
std::pair<iterator,bool> insert(const value_type &vt) { clearCache(); return maImpl.insert(vt); }
- void clear() { maImpl.clear(); clearCache(); }
void erase(const iterator &it) { maImpl.erase(it); clearCache(); }
void erase(const OUString &aStr) { maImpl.erase(aStr); clearCache(); }