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:
parent
981335073b
commit
3c6a085351
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user