1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 10:01:11 +02:00

29907: Jun T.: remove declaration of unused variable

This commit is contained in:
Peter Stephenson 2011-11-17 12:27:18 +00:00
parent 7c5173ba0f
commit cf4e27a129
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2011-11-17 Peter Stephenson <pws@csr.com>
* Jun T.: 29907: Src/Modules/pcre.c: remove declaration of
unused variable.
2011-11-15 Barton E. Schaefer <schaefer@zsh.org>
* users/16581: Src/utils.c: it seems wrong to shortcut correction
@ -15577,5 +15582,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.5499 $
* $Revision: 1.5500 $
*****************************************************

View file

@ -340,7 +340,6 @@ cond_pcre_match(char **a, int id)
pcre *pcre_pat;
const char *pcre_err;
char *lhstr, *rhre, *lhstr_plain, *rhre_plain, *avar=NULL;
char *p;
int r = 0, pcre_opts = 0, pcre_errptr, capcnt, *ov, ovsize;
int return_value = 0;