diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-09-25 22:02:32 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-09-25 22:02:32 +0200 |
commit | 0c6a32963d1c0b5401ffd7f25e6fc7bf86895744 (patch) | |
tree | 99a4ae0c814ca82feca3bd7bffa89931b4314de0 /src/if_perl.xs | |
parent | 0b05e491b473dbf39cd9f519030bf6363c272300 (diff) | |
download | vim-git-0c6a32963d1c0b5401ffd7f25e6fc7bf86895744.tar.gz |
patch 8.0.1145: warning when compiling with Perlv8.0.1145
Problem: Warning when compiling with Perl.
Solution: Remove unused variable. (Ken Takata0
Diffstat (limited to 'src/if_perl.xs')
-rw-r--r-- | src/if_perl.xs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/if_perl.xs b/src/if_perl.xs index d67645cd5..4ead057c1 100644 --- 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) |