GC unused variable (size)

This commit is contained in:
Peter Wemm 2000-05-01 18:03:15 +00:00
parent cd2d859cee
commit 62470170de
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59857

View File

@ -58,7 +58,6 @@ static int
command_ls(int argc, char *argv[])
{
int fd;
size_t size;
struct stat sb;
struct dirent *d;
char *buf, *path;