From 5868bafc8552bb9fced9a59c87d008b788d5485f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 5 Sep 2012 09:08:05 +0200 Subject: [PATCH] xbps-create: remove leftover line. (cherry picked from commit 1c37453d2815b94de5a1191031a17623661ce435) --- bin/xbps-create/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/xbps-create/main.c b/bin/xbps-create/main.c index 74c4f026..49817933 100644 --- a/bin/xbps-create/main.c +++ b/bin/xbps-create/main.c @@ -167,7 +167,6 @@ ftw_cb(const char *fpath, const struct stat *sb, int type, struct FTW *ftwbuf) const char *filep = NULL; char buf[PATH_MAX]; - (void)sb; (void)ftwbuf; /* Ignore metadata files generated by xbps-src and destdir */