Remove unused variable.

This commit is contained in:
Andreas Schneider 2008-09-25 00:56:24 +02:00
parent 646de1261d
commit 0cb00f266d

View File

@ -152,8 +152,6 @@ END_TEST
#ifdef CSYNC_MEM_NULL_TESTS
START_TEST (check_c_rbtree_insert_nomem)
{
c_rbnode_t *node = NULL;
test_t *testdata = NULL;
fail_unless(c_rbtree_create(&tree, key_cmp, data_cmp) == 0, NULL);