diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2000-05-01 18:03:15 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2000-05-01 18:03:15 +0000 |
| commit | 62470170de4a94df6f011e07e1d334ce0a519262 (patch) | |
| tree | b6693bbfb3bfae2e2a5d58eebae71a8e6e6c82c0 | |
| parent | cd2d859cee0ab38cafdc4fa5d5350dc6b4097543 (diff) | |
Notes
| -rw-r--r-- | sys/boot/common/ls.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/boot/common/ls.c b/sys/boot/common/ls.c index 71aa53b80974..6fc48fdada1e 100644 --- a/sys/boot/common/ls.c +++ b/sys/boot/common/ls.c @@ -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; |
