From: Philipp Stephani Date: Fri, 19 Apr 2019 21:11:14 +0000 (+0200) Subject: ; * src/alloc.c (HAVE_MODULES): remove unused constant X-Git-Tag: emacs-27.0.90~3188 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f5776e0eac52133e66055a8436b0d02d5eaf0faf;p=emacs.git ; * src/alloc.c (HAVE_MODULES): remove unused constant --- diff --git a/src/alloc.c b/src/alloc.c index 7f0443dc2ea..c5c3fec3813 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -4845,10 +4845,6 @@ maybe_lisp_pointer (void *p) return (uintptr_t) p % LISP_ALIGNMENT == 0; } -#ifndef HAVE_MODULES -enum { HAVE_MODULES = false }; -#endif - /* If P points to Lisp data, mark that as live if it isn't already marked. */