From: Karel Zak Date: Tue, 14 Jul 2020 10:32:56 +0000 (+0200) Subject: libsmartcols: (sample) remove unused variable X-Git-Tag: v2.36~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=045e7efabd4a631ee3d5f2608bf2aba65e9eb222;p=thirdparty%2Futil-linux.git libsmartcols: (sample) remove unused variable Signed-off-by: Karel Zak --- diff --git a/libsmartcols/samples/fromfile.c b/libsmartcols/samples/fromfile.c index 4bc03f3de1..3b09a09dbc 100644 --- a/libsmartcols/samples/fromfile.c +++ b/libsmartcols/samples/fromfile.c @@ -134,7 +134,6 @@ static int parse_column_data(FILE *f, struct libscols_table *tb, int col) size_t len = 0, nlines = 0; int i; char *str = NULL; - int rc; while ((i = getline(&str, &len, f)) != -1) {