summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
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) {