diff options
author | ZyX <kp-pav@yandex.ru> | 2017-01-07 17:58:29 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-01-07 17:58:29 +0300 |
commit | 6f267b3968d54f8bcd41d584a71bef9020ff773e (patch) | |
tree | 9b40dbf2753839c2c054c14fa50e3b021a7946c9 /src/nvim/memory.c | |
parent | 35416e89bcef1de97881a14dc2d2408144bd8a7f (diff) | |
download | rneovim-6f267b3968d54f8bcd41d584a71bef9020ff773e.tar.gz rneovim-6f267b3968d54f8bcd41d584a71bef9020ff773e.tar.bz2 rneovim-6f267b3968d54f8bcd41d584a71bef9020ff773e.zip |
memory: Document new additions to memory.h
Diffstat (limited to 'src/nvim/memory.c')
-rw-r--r-- | src/nvim/memory.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/memory.c b/src/nvim/memory.c index a5045dfffc..92ead873ae 100644 --- a/src/nvim/memory.c +++ b/src/nvim/memory.c @@ -49,7 +49,6 @@ MemRealloc mem_realloc = &realloc; #endif #ifdef EXITFREE -/// Indicates that free_all_mem function was or is running bool entered_free_all_mem = false; #endif |