1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

* src/lread.c (Fload): Remove unused variable `size'

This commit is contained in:
Juanma Barranquero 2015-11-19 11:02:38 +01:00
parent 981335073b
commit 3c6a085351

View File

@ -1084,7 +1084,6 @@ Return t if the file exists and loads successfully. */)
if (! NILP (must_suffix)) if (! NILP (must_suffix))
{ {
/* Don't insist on adding a suffix if FILE already ends with one. */ /* 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")) if (suffix_p (file, ".el") || suffix_p (file, ".elc"))
must_suffix = Qnil; must_suffix = Qnil;
/* Don't insist on adding a suffix /* Don't insist on adding a suffix