diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lread.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
