aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/memory.c')
-rw-r--r--src/nvim/memory.c1
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