aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;