Fix vacfilegetmode.

This commit is contained in:
rsc
2005-09-13 02:56:00 +00:00
parent 715e3ca641
commit df4bcf4686
2 changed files with 1 additions and 7 deletions

View File

@@ -992,12 +992,6 @@ vacfileisdir(VacFile *f)
return (f->dir.mode & ModeDir) != 0;
}
int
vacfilegetmode(VacFile *f)
{
return f->dir.mode;
}
int
vacfileisroot(VacFile *f)
{