1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-05-04 04:11:58 -07:00

comment unused functions

This commit is contained in:
Andrea Corallo 2019-11-09 18:01:16 +01:00
parent ce4375f57f
commit 6d230fc2c0

View 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)
{