summaryrefslogtreecommitdiff
path: root/src/sheap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sheap.h')
-rw-r--r--src/sheap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sheap.h b/src/sheap.h
index 27300814b07..a5653288f5b 100644
--- a/src/sheap.h
+++ b/src/sheap.h
@@ -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);