changeset 20530:e6908750a122 v8.2.0819

patch 8.2.0819: compiler warning for unused variable Commit: https://github.com/vim/vim/commit/f40e51a880a95f94dbbbecc9476559506c2cc345 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 24 23:14:23 2020 +0200 patch 8.2.0819: compiler warning for unused variable Problem: Compiler warning for unused variable. Solution: Remove the variable.
author Bram Moolenaar <Bram@vim.org>
date Sun, 24 May 2020 23:15:05 +0200
parents f95760595193
children 6eb8347bcf1a
files src/evalvars.c src/version.c
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/evalvars.c
+++ b/src/evalvars.c
@@ -777,7 +777,6 @@ ex_let_const(exarg_T *eap)
     else
     {
 	int eval_flags;
-	int save_called_emsg = called_emsg;
 
 	rettv.v_type = VAR_UNKNOWN;
 	i = FAIL;
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    819,
+/**/
     818,
 /**/
     817,