diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-04-27 17:54:25 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-04-27 17:54:25 +0100 |
commit | 06651630ee35111839e627e1bcbac94b86347883 (patch) | |
tree | 51c24c575c9d85cd173a1019901868904fe7c53e /src/vim9instr.c | |
parent | ce001a337e28fa368f40ac6422835d730fb8ebb1 (diff) | |
download | vim-git-06651630ee35111839e627e1bcbac94b86347883.tar.gz |
patch 8.2.4834: Vim9: some lines not covered by testsv8.2.4834
Problem: Vim9: some lines not covered by tests.
Solution: Add a few more tests. Remove dead code.
Diffstat (limited to 'src/vim9instr.c')
-rw-r--r-- | src/vim9instr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vim9instr.c b/src/vim9instr.c index 0cc1c7189..5a5e3c5ab 100644 --- a/src/vim9instr.c +++ b/src/vim9instr.c @@ -2231,7 +2231,6 @@ delete_instr(isn_T *isn) case ISN_CATCH: case ISN_CEXPR_AUCMD: case ISN_CHECKLEN: - case ISN_CHECKNR: case ISN_CLEARDICT: case ISN_CMDMOD_REV: case ISN_COMPAREANY: |