summaryrefslogtreecommitdiff
path: root/configmgr/source/treemgr/treeimpl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/treemgr/treeimpl.cxx')
-rw-r--r--configmgr/source/treemgr/treeimpl.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/configmgr/source/treemgr/treeimpl.cxx b/configmgr/source/treemgr/treeimpl.cxx
index 3520e525ee..ec0e3afece 100644
--- a/configmgr/source/treemgr/treeimpl.cxx
+++ b/configmgr/source/treemgr/treeimpl.cxx
@@ -470,6 +470,7 @@ bool Tree::isValidValueNode(ValueRef const & value) {
return true;
}
+#if OSL_DEBUG_LEVEL > 0
bool Tree::isValidAnyNode(AnyNodeRef const & node) {
OSL_ASSERT(nodeCount() != 0);
return node.isValid() && isValidNode(node.m_nUsedPos) &&
@@ -477,6 +478,7 @@ bool Tree::isValidAnyNode(AnyNodeRef const & node) {
(view::ViewTreeAccess(this).isGroupNodeAt(node.m_nUsedPos) &&
getMemberNode(node.toValue()).isValid()));
}
+#endif
bool Tree::hasElements(NodeRef const & node) {
OSL_ASSERT(