From: Tobias Brunner Date: Thu, 13 Oct 2011 12:34:34 +0000 (+0200) Subject: Unused variable removed. X-Git-Tag: 4.6.0~211 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68fcf91778cdac110232dd1911d4013e979b4333;p=thirdparty%2Fstrongswan.git Unused variable removed. --- diff --git a/src/libstrongswan/utils.c b/src/libstrongswan/utils.c index 043330ce39..2fe7f653c0 100644 --- a/src/libstrongswan/utils.c +++ b/src/libstrongswan/utils.c @@ -210,7 +210,7 @@ void closefrom(int lowfd) enumerator_t *enumerator = enumerator_create_directory(fd_dir); if (enumerator) { - char *rel, *end; + char *rel; while (enumerator->enumerate(enumerator, &rel, NULL, NULL)) { fd = atoi(rel);