Disable code to prevent warnings.

This commit is contained in:
Jan Vidar Krey 2009-05-15 16:52:55 +02:00
parent 15e2053699
commit 6cc1af5671
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,8 @@
* *
*/ */
#if 0
#include <sys/types.h> #include <sys/types.h>
#include "rbtree.h" #include "rbtree.h"
@ -131,3 +133,5 @@ void* rb_tree_get(struct rb_tree* tree, const void* key)
return node->value; return node->value;
return 0; return 0;
} }
#endif