diff options
Diffstat (limited to 'test/plist_cmp.c')
-rw-r--r-- | test/plist_cmp.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/test/plist_cmp.c b/test/plist_cmp.c index dcf961f..af54c4c 100644 --- a/test/plist_cmp.c +++ b/test/plist_cmp.c @@ -43,12 +43,7 @@ static plist_t plist_get_next_sibling(plist_t node) return (plist_t) g_node_next_sibling((GNode *) node); } -static plist_t plist_get_prev_sibling(plist_t node) -{ - return (plist_t) g_node_prev_sibling((GNode *) node); -} - -char compare_plist(plist_t node_l, plist_t node_r) +static char compare_plist(plist_t node_l, plist_t node_r) { plist_t cur_l = NULL; plist_t cur_r = NULL; |