summary refs log tree commit diff
path: root/src/memalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/memalloc.h')
-rw-r--r--src/memalloc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/memalloc.h b/src/memalloc.h
index ad6015d..4b5be46 100644
--- a/src/memalloc.h
+++ b/src/memalloc.h
@@ -46,7 +46,6 @@ struct stackmark {
 extern char *stacknxt;
 extern size_t stacknleft;
 extern char *sstrend;
-extern int herefd;
 
 pointer ckmalloc(size_t);
 pointer ckrealloc(pointer, size_t);