about summary refs log tree commit diff
path: root/Src/Modules
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2011-11-17 12:27:18 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2011-11-17 12:27:18 +0000
commitcf4e27a129cbb04c8206d9efb41a3b58a558a241 (patch)
tree5b1eb02abbe0edca221d6b478aa3263460ad3072 /Src/Modules
parent7c5173ba0fd41027ec32d4f7cf29deaaadbec1e4 (diff)
downloadzsh-cf4e27a129cbb04c8206d9efb41a3b58a558a241.tar.gz
zsh-cf4e27a129cbb04c8206d9efb41a3b58a558a241.tar.xz
zsh-cf4e27a129cbb04c8206d9efb41a3b58a558a241.zip
29907: Jun T.: remove declaration of unused variable
Diffstat (limited to 'Src/Modules')
-rw-r--r--Src/Modules/pcre.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Src/Modules/pcre.c b/Src/Modules/pcre.c
index e36013163..2e3556a8d 100644
--- a/Src/Modules/pcre.c
+++ b/Src/Modules/pcre.c
@@ -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;