[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
scratch/comp-static-data 753a87fb59 2/2: comp.c: Remove unnecessary defs
From: |
Vibhav Pant |
Subject: |
scratch/comp-static-data 753a87fb59 2/2: comp.c: Remove unnecessary defsubr call. |
Date: |
Tue, 15 Nov 2022 10:31:43 -0500 (EST) |
branch: scratch/comp-static-data
commit 753a87fb590f283a2d9986c10a9aa538dd1539bb
Author: Vibhav Pant <vibhavp@gmail.com>
Commit: Vibhav Pant <vibhavp@gmail.com>
comp.c: Remove unnecessary defsubr call.
---
src/comp.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/comp.c b/src/comp.c
index 9b67da2a97..c4c8cacf65 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -8269,7 +8269,6 @@ compiled one. */);
defsubr (&Scomp__subr_signature);
defsubr (&Scomp_el_to_eln_rel_filename);
defsubr (&Scomp_el_to_eln_filename);
- defsubr (&Scomp_eln_is_preloaded_p);
defsubr (&Scomp_native_driver_options_effective_p);
defsubr (&Scomp_native_compiler_options_effective_p);
defsubr (&Scomp__install_trampoline);