diff options
author | 2016-03-28 11:06:09 +0000 | |
---|---|---|
committer | 2016-03-28 11:06:09 +0000 | |
commit | 90f44a0368ba6e3748f6a73f623f20b4d2db51b5 (patch) | |
tree | c5d0e126a750e2feea51c7db353ae02be1eb60b4 | |
parent | OpenBSD has stopped using the SVr4 KDENABIO/KDDISABIO ioctls for at (diff) | |
download | wireguard-openbsd-90f44a0368ba6e3748f6a73f623f20b4d2db51b5.tar.xz wireguard-openbsd-90f44a0368ba6e3748f6a73f623f20b4d2db51b5.zip |
remove unused variable
ok bentley@
-rw-r--r-- | usr.bin/rusers/rusers.c | 4 |
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) |