summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchl <chl@openbsd.org>2016-03-28 11:25:35 +0000
committerchl <chl@openbsd.org>2016-03-28 11:25:35 +0000
commitcf28062479ecdd72c81d91443d206245c4e766c4 (patch)
tree03dedf61d2d2ec50337e7e5883f75f49e992afe0
parentremove unused variable (diff)
downloadwireguard-openbsd-cf28062479ecdd72c81d91443d206245c4e766c4.tar.xz
wireguard-openbsd-cf28062479ecdd72c81d91443d206245c4e766c4.zip
remove unused variable
ok schwarze@
-rw-r--r--bin/ls/ls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ls/ls.c b/bin/ls/ls.c
index b16e82759aa..44cc4eeb5c9 100644
--- a/bin/ls/ls.c
+++ b/bin/ls/ls.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ls.c,v 1.45 2016/03/17 05:27:10 bentley Exp $ */
+/* $OpenBSD: ls.c,v 1.46 2016/03/28 11:25:35 chl Exp $ */
/* $NetBSD: ls.c,v 1.18 1996/07/09 09:16:29 mycroft Exp $ */
/*
@@ -101,7 +101,7 @@ ls_main(int argc, char *argv[])
static char dot[] = ".", *dotav[] = { dot, NULL };
struct winsize win;
int ch, fts_options, notused;
- int kflag = 0, width = 0;
+ int kflag = 0;
char *p;
#ifndef SMALL