aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libinotifytools/src/redblack.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libinotifytools/src/redblack.c b/libinotifytools/src/redblack.c
index 9e9a153..f8620a0 100644
--- a/libinotifytools/src/redblack.c
+++ b/libinotifytools/src/redblack.c
@@ -140,9 +140,6 @@ RB_STATIC struct RB_ENTRY(tree) *RB_ENTRY(init)(void)
#endif /* RB_CUSTOMIZE */
{
struct RB_ENTRY(tree) *retval;
- char c;
-
- c=rcsid[0]; /* This does nothing but shutup the -Wall */
if ((retval=(struct RB_ENTRY(tree) *) malloc(sizeof(struct RB_ENTRY(tree))))==NULL)
return(NULL);