; * src/alloc.c (HAVE_MODULES): remove unused constant
authorPhilipp Stephani <phst@google.com>
Fri, 19 Apr 2019 21:11:14 +0000 (23:11 +0200)
committerPhilipp Stephani <phst@google.com>
Fri, 19 Apr 2019 21:11:14 +0000 (23:11 +0200)
src/alloc.c

index 7f0443dc2eadc225687e95d922787999044442b2..c5c3fec3813ba5b5c26b55e340e939bc6ac520b1 100644 (file)
@@ -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.  */