diff options
Diffstat (limited to 'src/misc2.c')
-rw-r--r-- | src/misc2.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/misc2.c b/src/misc2.c index e25918a2f5..c424dd8709 100644 --- a/src/misc2.c +++ b/src/misc2.c @@ -634,16 +634,6 @@ int copy_option_part(char_u **option, char_u *buf, int maxlen, char *sep_chars) return len; } -/// -/// Replacement for free(). -/// -/// @deprecated Use free() instead -/// -void vim_free(void *x) -{ - free(x); -} - /* * Return the current end-of-line type: EOL_DOS, EOL_UNIX or EOL_MAC. */ |