diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-05-28 16:34:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-28 16:34:47 +0200 |
commit | c48f94d1f30056272ed030ad3f4529055ac07853 (patch) | |
tree | 2869167f6d6804fb6b9dd2d0b6b2dc5c65ebed99 /src/nvim/memory.c | |
parent | 5a3752889c5b7e18d1041eb873ca2fa9ceb814bd (diff) | |
download | rneovim-c48f94d1f30056272ed030ad3f4529055ac07853.tar.gz rneovim-c48f94d1f30056272ed030ad3f4529055ac07853.tar.bz2 rneovim-c48f94d1f30056272ed030ad3f4529055ac07853.zip |
build: remove LOG_LIST_ACTIONS option and related code
It has not been used for a long time and the likelihood of it still working is
low.
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 1f550ffb01..6b4d290863 100644 --- a/src/nvim/memory.c +++ b/src/nvim/memory.c @@ -816,7 +816,6 @@ void free_all_mem(void) grid_free_all_mem(); clear_hl_tables(false); - list_free_log(); check_quickfix_busy(); |