diff options
| author | Clint Adams <clint@users.sourceforge.net> | 2001-02-14 23:37:39 +0000 |
|---|---|---|
| committer | Clint Adams <clint@users.sourceforge.net> | 2001-02-14 23:37:39 +0000 |
| commit | 74ee4ba61d2f6f21211798e0f1a314bd5fd8dcfe (patch) | |
| tree | e858a655b126c2defd6fdb08948e54240ed2130b /Src | |
| parent | 13478: whence shouldn't segfault on an empty path component (diff) | |
| download | zsh-74ee4ba61d2f6f21211798e0f1a314bd5fd8dcfe.tar zsh-74ee4ba61d2f6f21211798e0f1a314bd5fd8dcfe.tar.gz zsh-74ee4ba61d2f6f21211798e0f1a314bd5fd8dcfe.tar.bz2 zsh-74ee4ba61d2f6f21211798e0f1a314bd5fd8dcfe.tar.lz zsh-74ee4ba61d2f6f21211798e0f1a314bd5fd8dcfe.tar.xz zsh-74ee4ba61d2f6f21211798e0f1a314bd5fd8dcfe.tar.zst zsh-74ee4ba61d2f6f21211798e0f1a314bd5fd8dcfe.zip | |
unposted: remove unused variable declaration
Diffstat (limited to 'Src')
| -rw-r--r-- | Src/params.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Src/params.c b/Src/params.c index 7761a9046..1d537d03d 100644 --- a/Src/params.c +++ b/Src/params.c @@ -2882,7 +2882,6 @@ pipestatsetfn(Param pm, char **x) void arrfixenv(char *s, char **t) { - char *u; Param pm; if (t == path) |
