]> git.eshelyaron.com Git - emacs.git/commitdiff
remove unused helper functions
authorAndrea Corallo <andrea_corallo@yahoo.it>
Fri, 6 Sep 2019 18:12:29 +0000 (20:12 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:37:44 +0000 (11:37 +0100)
src/comp.c

index 398e441958102415b5a58c69085d3bef0f4bdd64..905cc70b6b38606cd9ea7992cc75e1bbdfeaf854 100644 (file)
@@ -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);
 
 \f
 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)
-{
-}
-
 \f
 /*********************************/
 /* Native elisp load functions.  */