From: Andrea Corallo Date: Fri, 6 Sep 2019 18:12:29 +0000 (+0200) Subject: remove unused helper functions X-Git-Tag: emacs-28.0.90~2727^2~1212 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=82eb75bd542ddc97b94a21bab25387f34c86f54a;p=emacs.git remove unused helper functions --- diff --git a/src/comp.c b/src/comp.c index 398e4419581..905cc70b6b3 100644 --- a/src/comp.c +++ b/src/comp.c @@ -188,8 +188,6 @@ Lisp_Object helper_temp_output_buffer_setup (Lisp_Object x); Lisp_Object helper_unbind_n (Lisp_Object n); bool helper_PSEUDOVECTOR_TYPEP_XUNTAG (const union vectorlike_header *a, enum pvec_type code); -void helper_emit_save_restriction (void); -void helper_set_data_relocs (Lisp_Object *d_relocs_vec, char const *relocs); static char * ATTRIBUTE_FORMAT_PRINTF (1, 2) @@ -3058,18 +3056,6 @@ helper_PSEUDOVECTOR_TYPEP_XUNTAG (const union vectorlike_header *a, code); } -void -helper_emit_save_restriction (void) -{ - record_unwind_protect (save_restriction_restore, - save_restriction_save ()); -} - -void -helper_set_data_relocs (Lisp_Object *d_relocs_vec, char const *relocs) -{ -} - /*********************************/ /* Native elisp load functions. */