]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[master] Removed unused variable in absolute_path()
authorThomas Markwalder <tmark@isc.org>
Fri, 12 Jan 2018 16:02:48 +0000 (11:02 -0500)
committerThomas Markwalder <tmark@isc.org>
Fri, 12 Jan 2018 16:02:48 +0000 (11:02 -0500)
    modified:   common/print.c

common/print.c

index 8727b4fa7a68174884396166034e8640eb192b17..b42e7bc52ee90bce650dc54863c6742cfec762b6 100644 (file)
@@ -1457,7 +1457,6 @@ char *absolute_path(const char *orgpath) {
                char buf[PATH_MAX];
 #else
                char buf[2048];
-               int len;
 #endif
                errno = 0;
                 if (realpath(orgpath, buf) == NULL) {