]> git.eshelyaron.com Git - emacs.git/commitdiff
comment unused functions
authorAndrea Corallo <akrl@sdf.org>
Sat, 9 Nov 2019 17:01:16 +0000 (18:01 +0100)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:38:02 +0000 (11:38 +0100)
src/comp.c

index 4afba1183f33a2fdae3fa3bbd2684eed74d8a816..273d8aeac339fb5845db580d43fce11af28497cc 100644 (file)
@@ -515,6 +515,7 @@ emit_lval_XLI (gcc_jit_lvalue *obj)
                                      comp.lisp_obj_as_num);
 }
 
+/*
 static gcc_jit_rvalue *
 emit_XLP (gcc_jit_rvalue *obj)
 {
@@ -533,8 +534,7 @@ emit_lval_XLP (gcc_jit_lvalue *obj)
   return gcc_jit_lvalue_access_field (obj,
                                      NULL,
                                      comp.lisp_obj_as_ptr);
-}
-
+} */
 static gcc_jit_rvalue *
 emit_XUNTAG (gcc_jit_rvalue *a, gcc_jit_type *type, unsigned lisp_word_tag)
 {