From 0416fea36ab292455baf74763decd70516053628 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 19 Nov 2010 09:57:04 +0100 Subject: [PATCH] fscrawl.c: removed unused variable. --- src/fscrawl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fscrawl.c b/src/fscrawl.c index 74fee87..b7b249b 100644 --- a/src/fscrawl.c +++ b/src/fscrawl.c @@ -83,7 +83,6 @@ static int mvdown(struct __fscrawl *f, const char *dir) { fscrawl_t fsc_open(const char *path) { - int i; struct __fscrawl *f = malloc(sizeof(struct __fscrawl)); if (f == NULL)