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/testing.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/testing.c')
-rw-r--r-- | src/nvim/testing.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/testing.c b/src/nvim/testing.c index 25ec8e898a..eea75f3021 100644 --- a/src/nvim/testing.c +++ b/src/nvim/testing.c @@ -775,5 +775,4 @@ void f_test_write_list_log(typval_T *const argvars, typval_T *const rettv, EvalF if (fname == NULL) { return; } - list_write_log(fname); } |