mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-26 18:01:03 +02:00
unposted: remove unused variable declaration
This commit is contained in:
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)
|
||||
|
|
Loading…
Reference in a new issue