aboutsummaryrefslogtreecommitdiff
path: root/src/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/memory.h')
-rw-r--r--src/memory.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/memory.h b/src/memory.h
index bc20c0420e..29ec4cdd0e 100644
--- a/src/memory.h
+++ b/src/memory.h
@@ -6,7 +6,6 @@
#include "vim.h"
char_u *alloc(unsigned size) FUNC_ATTR_MALLOC FUNC_ATTR_ALLOC_SIZE(1);
-char_u *alloc_clear(unsigned size) FUNC_ATTR_MALLOC FUNC_ATTR_ALLOC_SIZE(1);
/// malloc() wrapper
///