From: Juanma Barranquero Date: Thu, 19 Nov 2015 10:02:38 +0000 (+0100) Subject: * src/lread.c (Fload): Remove unused variable `size' X-Git-Tag: emacs-25.0.90~740 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3c6a085351d28361f6d9ffd823c449760627c09c;p=emacs.git * src/lread.c (Fload): Remove unused variable `size' --- 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