aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-05-01 18:03:15 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-05-01 18:03:15 +0000
commit62470170de4a94df6f011e07e1d334ce0a519262 (patch)
treeb6693bbfb3bfae2e2a5d58eebae71a8e6e6c82c0 /sys
parentcd2d859cee0ab38cafdc4fa5d5350dc6b4097543 (diff)
downloadsrc-62470170de4a94df6f011e07e1d334ce0a519262.tar.gz
src-62470170de4a94df6f011e07e1d334ce0a519262.zip
GC unused variable (size)
Notes
Notes: svn path=/head/; revision=59857
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/common/ls.c1
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;