diff src/proto/vim9instr.pro @ 28992:0e9642706a59 v8.2.5018

patch 8.2.5018: Vim9: some code is not covered by tests Commit: https://github.com/vim/vim/commit/c3caa7f78808e405b7cdbcdf89c9d35a43d2c3eb Author: Bram Moolenaar <Bram@vim.org> Date: Wed May 25 19:15:10 2022 +0100 patch 8.2.5018: Vim9: some code is not covered by tests Problem: Vim9: some code is not covered by tests. Solution: Delete dead code.
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 May 2022 20:30:06 +0200
parents 11609f025219
children 6cf788ab844c
line wrap: on
line diff
--- a/src/proto/vim9instr.pro
+++ b/src/proto/vim9instr.pro
@@ -32,7 +32,7 @@ int generate_STORE(cctx_T *cctx, isntype
 int generate_STORENR(cctx_T *cctx, int idx, varnumber_T value);
 int generate_LOAD(cctx_T *cctx, isntype_T isn_type, int idx, char_u *name, type_T *type);
 int generate_LOADOUTER(cctx_T *cctx, int idx, int nesting, type_T *type);
-int generate_LOADV(cctx_T *cctx, char_u *name, int error);
+int generate_LOADV(cctx_T *cctx, char_u *name);
 int generate_UNLET(cctx_T *cctx, isntype_T isn_type, char_u *name, int forceit);
 int generate_LOCKCONST(cctx_T *cctx);
 int generate_OLDSCRIPT(cctx_T *cctx, isntype_T isn_type, char_u *name, int sid, type_T *type);