; * src/lread.c (load_path_default): Remove unused variable.

This commit is contained in:
Eli Zaretskii 2021-06-26 12:46:39 +03:00
parent 5dd2d50f3d
commit a0f0609394

View file

@ -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);