diff src/evalvars.c @ 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 489cb75c76b6
children 8fa783f2c69c
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;