summaryrefslogtreecommitdiff
path: root/src/sheap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sheap.h')
-rw-r--r--src/sheap.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sheap.h b/src/sheap.h
index e17fd523df3..a5653288f5b 100644
--- a/src/sheap.h
+++ b/src/sheap.h
@@ -1,6 +1,6 @@
/* Static heap allocation for GNU Emacs.
-Copyright 2016-2018 Free Software Foundation, Inc.
+Copyright 2016-2019 Free Software Foundation, Inc.
This file is part of GNU Emacs.
@@ -27,5 +27,4 @@ enum { STATIC_HEAP_SIZE = sizeof (Lisp_Object) << 22 };
extern char bss_sbrk_buffer[STATIC_HEAP_SIZE];
extern char *max_bss_sbrk_ptr;
-extern bool bss_sbrk_did_unexec;
extern void *bss_sbrk (ptrdiff_t);