summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchl <chl@openbsd.org>2016-03-28 11:06:09 +0000
committerchl <chl@openbsd.org>2016-03-28 11:06:09 +0000
commit90f44a0368ba6e3748f6a73f623f20b4d2db51b5 (patch)
treec5d0e126a750e2feea51c7db353ae02be1eb60b4
parentOpenBSD has stopped using the SVr4 KDENABIO/KDDISABIO ioctls for at (diff)
downloadwireguard-openbsd-90f44a0368ba6e3748f6a73f623f20b4d2db51b5.tar.xz
wireguard-openbsd-90f44a0368ba6e3748f6a73f623f20b4d2db51b5.zip
remove unused variable
ok bentley@
-rw-r--r--usr.bin/rusers/rusers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rusers/rusers.c b/usr.bin/rusers/rusers.c
index 95b32f213aa..8925c8f51dc 100644
--- a/usr.bin/rusers/rusers.c
+++ b/usr.bin/rusers/rusers.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rusers.c,v 1.37 2016/03/17 05:27:10 bentley Exp $ */
+/* $OpenBSD: rusers.c,v 1.38 2016/03/28 11:06:09 chl Exp $ */
/*
* Copyright (c) 2001, 2003 Todd C. Miller <Todd.Miller@courtesan.com>
@@ -113,7 +113,7 @@ int
main(int argc, char **argv)
{
struct winsize win;
- char *cp, *ep;
+ char *cp;
int ch;
while ((ch = getopt(argc, argv, "ahilu")) != -1)