From 617ac82d799c985974f8431673c81b6aa4fad541 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: May 07 2015 20:45:04 +0000 Subject: Remove an unused variable (static analysis) --- diff --git a/src/store-files.c b/src/store-files.c index 76c5d00..6f2c43e 100644 --- a/src/store-files.c +++ b/src/store-files.c @@ -426,7 +426,6 @@ cm_store_should_ignore_file(const char *filename) static ssize_t my_getline(char **buf, size_t *n, FILE *stream) { - int i; size_t used = 0, max = 128; char *ret, *tmp;