From: Eli Zaretskii Date: Sat, 26 Jun 2021 09:46:39 +0000 (+0300) Subject: ; * src/lread.c (load_path_default): Remove unused variable. X-Git-Tag: emacs-28.0.90~2024 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a0f060939456f3680823e34f430e482fcde2f5dd;p=emacs.git ; * src/lread.c (load_path_default): Remove unused variable. --- diff --git a/src/lread.c b/src/lread.c index 4617ffd6265..a6c2db5d994 100644 --- a/src/lread.c +++ b/src/lread.c @@ -4769,7 +4769,6 @@ load_path_default (void) return decode_env_path (0, PATH_DUMPLOADSEARCH, 0); Lisp_Object lpath = Qnil; - const char *loadpath = NULL; lpath = decode_env_path (0, PATH_LOADSEARCH, 0);