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:
parent
e846a825fe
commit
74ee4ba61d
@ -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 New Issue
Block a user