1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-24 14:01:03 +01:00

zsh-workers/8770

This commit is contained in:
Tanaka Akira 1999-11-24 16:20:58 +00:00
parent f853592fa0
commit f8b0dee880
30 changed files with 338 additions and 336 deletions

View file

@ -523,8 +523,6 @@ boot_files(Module m)
return !addbuiltins(m->nam, bintab, sizeof(bintab)/sizeof(*bintab));
}
#ifdef MODULE
/**/
int
cleanup_files(Module m)
@ -539,5 +537,3 @@ finish_files(Module m)
{
return 0;
}
#endif