From 3c6a085351d28361f6d9ffd823c449760627c09c Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 19 Nov 2015 11:02:38 +0100 Subject: [PATCH] * src/lread.c (Fload): Remove unused variable `size' --- src/lread.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lread.c b/src/lread.c index 4a89d7d8133..c0fa0d06b9c 100644 --- a/src/lread.c +++ b/src/lread.c @@ -1084,7 +1084,6 @@ Return t if the file exists and loads successfully. */) if (! NILP (must_suffix)) { /* Don't insist on adding a suffix if FILE already ends with one. */ - ptrdiff_t size = SBYTES (file); if (suffix_p (file, ".el") || suffix_p (file, ".elc")) must_suffix = Qnil; /* Don't insist on adding a suffix -- 2.39.5