mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-04 10:41:11 +02:00
29907: Jun T.: remove declaration of unused variable
This commit is contained in:
parent
7c5173ba0f
commit
cf4e27a129
2 changed files with 6 additions and 2 deletions
|
@ -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>
|
2011-11-15 Barton E. Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
* users/16581: Src/utils.c: it seems wrong to shortcut correction
|
* 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
|
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||||
* $Revision: 1.5499 $
|
* $Revision: 1.5500 $
|
||||||
*****************************************************
|
*****************************************************
|
||||||
|
|
|
@ -340,7 +340,6 @@ cond_pcre_match(char **a, int id)
|
||||||
pcre *pcre_pat;
|
pcre *pcre_pat;
|
||||||
const char *pcre_err;
|
const char *pcre_err;
|
||||||
char *lhstr, *rhre, *lhstr_plain, *rhre_plain, *avar=NULL;
|
char *lhstr, *rhre, *lhstr_plain, *rhre_plain, *avar=NULL;
|
||||||
char *p;
|
|
||||||
int r = 0, pcre_opts = 0, pcre_errptr, capcnt, *ov, ovsize;
|
int r = 0, pcre_opts = 0, pcre_errptr, capcnt, *ov, ovsize;
|
||||||
int return_value = 0;
|
int return_value = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue