diff src/if_perl.xs @ 12533:be0a855f9fc3 v8.0.1145

patch 8.0.1145: warning when compiling with Perl commit https://github.com/vim/vim/commit/0c6a32963d1c0b5401ffd7f25e6fc7bf86895744 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 25 22:02:32 2017 +0200 patch 8.0.1145: warning when compiling with Perl Problem: Warning when compiling with Perl. Solution: Remove unused variable. (Ken Takata0
author Christian Brabandt <cb@256bit.org>
date Mon, 25 Sep 2017 22:15:04 +0200
parents 3f16cf18386c
children e769c912fcd9
line wrap: on
line diff
--- a/src/if_perl.xs
+++ b/src/if_perl.xs
@@ -1472,7 +1472,6 @@ Msg(text, hl=NULL)
 
     PREINIT:
     int		attr;
-    int		id;
 
     PPCODE:
     if (text != NULL)