summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2018-01-12 11:02:48 -0500
committerThomas Markwalder <tmark@isc.org>2018-01-12 11:02:48 -0500
commit4832901d6caf9ec39c166f3f7a88a0ce740d2ec6 (patch)
tree7e5342e1b2ad9c9e15b1a16c5314a56dbcb1281f /common
parentdb4e4aa2e429a070f30c5795300a77312144bc8f (diff)
downloadisc-dhcp-4832901d6caf9ec39c166f3f7a88a0ce740d2ec6.tar.gz
[master] Removed unused variable in absolute_path()
modified: common/print.c
Diffstat (limited to 'common')
-rw-r--r--common/print.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/print.c b/common/print.c
index 8727b4fa..b42e7bc5 100644
--- a/common/print.c
+++ b/common/print.c
@@ -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) {