From: Andrea Corallo Date: Sun, 22 Dec 2019 08:14:07 +0000 (+0100) Subject: clean-up unnecessary function prevent_gc X-Git-Tag: emacs-28.0.90~2727^2~899 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5ecb71c1e65038b79933c06e1c0303b3e58ef4b5;p=emacs.git clean-up unnecessary function prevent_gc --- diff --git a/src/comp.c b/src/comp.c index 0ec0edd27ea..9f8c24f3cf0 100644 --- a/src/comp.c +++ b/src/comp.c @@ -3204,11 +3204,6 @@ helper_PSEUDOVECTOR_TYPEP_XUNTAG (Lisp_Object a, enum pvec_type code) /**************************************/ static Lisp_Object Vnative_elisp_refs_hash; -static void -prevent_gc (Lisp_Object obj) -{ - Fputhash (obj, Qt, Vnative_elisp_refs_hash); -} typedef char *(*comp_lit_str_func) (void);