From: Alan T. DeKok Date: Sun, 22 Jul 2018 19:18:30 +0000 (-0400) Subject: trie_parent is used with fr_cond_assert X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cd4b6f863e367745d176901f78748c09f3322bbb;p=thirdparty%2Ffreeradius-server.git trie_parent is used with fr_cond_assert --- diff --git a/src/lib/util/trie.c b/src/lib/util/trie.c index fb991754044..36c855ecf35 100644 --- a/src/lib/util/trie.c +++ b/src/lib/util/trie.c @@ -255,7 +255,6 @@ static fr_trie_node_t *fr_trie_node_alloc(fr_trie_t *ft, TALLOC_CTX *ctx, int si #ifdef WITH_TRIE_VERIFY -#ifndef NDEBUG static void *trie_parent(void *trie) { /* @@ -275,7 +274,6 @@ static void *trie_parent(void *trie) fr_cond_assert(IS_NODE(trie)); return talloc_parent(trie); } -#endif /** Verifies that a node is correct, without recursion *