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.
This commit is contained in:
dundargoc
2023-05-28 16:34:47 +02:00
committed by GitHub
parent 5a3752889c
commit c48f94d1f3
7 changed files with 0 additions and 183 deletions

View File

@@ -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);
}