1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 21:44:11 +01:00

unposted: remove unused variable declaration

This commit is contained in:
Clint Adams 2001-02-14 23:37:39 +00:00
parent e846a825fe
commit 74ee4ba61d
2 changed files with 2 additions and 1 deletions

@ -1,5 +1,7 @@
2001-02-14 Clint Adams <schizo@debian.org>
* unposted: Src/params.c: remove unused variable declaration.
* 13478: Src/builtins.c: don't call dyncat with a NULL argument.
2001-02-14 Peter Stephenson <pws@csr.com>

@ -2882,7 +2882,6 @@ pipestatsetfn(Param pm, char **x)
void
arrfixenv(char *s, char **t)
{
char *u;
Param pm;
if (t == path)