summaryrefslogtreecommitdiffhomepage
path: root/src/heap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/heap.h')
-rw-r--r--src/heap.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/heap.h b/src/heap.h
index f3cf671..da64461 100644
--- a/src/heap.h
+++ b/src/heap.h
@@ -52,10 +52,4 @@ extern char *debugging_strdup (const char *s, const char *file,
#endif
-/*
- * Allocate memory from the "shared" region of memory.
- */
-extern void *malloc_shared_memory (size_t size);
-extern void *calloc_shared_memory (size_t nmemb, size_t size);
-
#endif