Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/guardedalloc/MEM_guardedalloc.h')
-rw-r--r--intern/guardedalloc/MEM_guardedalloc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/guardedalloc/MEM_guardedalloc.h b/intern/guardedalloc/MEM_guardedalloc.h
index dd22cf7c484..a3988bef92a 100644
--- a/intern/guardedalloc/MEM_guardedalloc.h
+++ b/intern/guardedalloc/MEM_guardedalloc.h
@@ -84,10 +84,12 @@ extern "C" {
*/
short MEM_freeN(void *vmemh);
+#if 0 /* UNUSED */
/**
* Return zero if memory is not in allocated list
*/
short MEM_testN(void *vmemh);
+#endif
/**
* Duplicates a block of memory, and returns a pointer to the