aboutsummaryrefslogtreecommitdiff
path: root/libinotifytools/src/redblack.c
diff options
context:
space:
mode:
Diffstat (limited to 'libinotifytools/src/redblack.c')
-rw-r--r--libinotifytools/src/redblack.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libinotifytools/src/redblack.c b/libinotifytools/src/redblack.c
index 677ae82..4f1e5f0 100644
--- a/libinotifytools/src/redblack.c
+++ b/libinotifytools/src/redblack.c
@@ -292,7 +292,6 @@ RB_ENTRY(_traverse)(int insert, const RB_ENTRY(data_t) *key, struct RB_ENTRY(tre
struct RB_ENTRY(node) *x,*y,*z;
int cmp;
int found=0;
- int cmpmods();
y=RBNULL; /* points to the parent of x */
x=rbinfo->rb_root;