From: Andrea Corallo Date: Sat, 9 Nov 2019 17:01:16 +0000 (+0100) Subject: comment unused functions X-Git-Tag: emacs-28.0.90~2727^2~1026 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6d230fc2c04532b4abf2474411b2995c237d5cc8;p=emacs.git comment unused functions --- diff --git a/src/comp.c b/src/comp.c index 4afba1183f3..273d8aeac33 100644 --- a/src/comp.c +++ b/src/comp.c @@ -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) {