0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 8.2.3808: Vim9: obsolete TODO items

Problem:    Vim9: obsolete TODO items
Solution:   Remove the comments.
This commit is contained in:
Bram Moolenaar
2021-12-14 14:29:16 +00:00
parent f8a79fc346
commit 919c12c19a
2 changed files with 5 additions and 3 deletions

View File

@@ -749,6 +749,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3808,
/**/
3807,
/**/

View File

@@ -680,7 +680,9 @@ func_return(ectx_T *ectx)
}
}
#endif
// TODO: when is it safe to delete the function when it is no longer used?
// No check for uf_refcount being zero, cannot think of a way that would
// happen.
--dfunc->df_ufunc->uf_calls;
// execution context goes one level up
@@ -5623,7 +5625,6 @@ list_instructions(char *pfx, isn_T *instr, int instr_count, ufunc_T *ufunc)
}
break;
case ISN_CATCH:
// TODO
smsg("%s%4d CATCH", pfx, current);
break;
case ISN_TRYCONT:
@@ -5819,7 +5820,6 @@ list_instructions(char *pfx, isn_T *instr, int instr_count, ufunc_T *ufunc)
(long)iptr->isn_arg.put.put_lnum);
break;
// TODO: summarize modifiers
case ISN_CMDMOD:
{
char_u *buf;