diff --git a/libsmartcols/samples/fromfile.c b/libsmartcols/samples/fromfile.c index 4bc03f3de..3b09a09db 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) {