diff options
author | 2018-07-13 08:51:14 +0000 | |
---|---|---|
committer | 2018-07-13 08:51:14 +0000 | |
commit | b98600ca1bf077bb4c6415686e0a5754fd8e9d39 (patch) | |
tree | f7db8e5ebc4d927c2b4de0db217f00a105f1cd38 | |
parent | Fix some comments referencing sockets which are not used by the ber api. The (diff) | |
download | wireguard-openbsd-b98600ca1bf077bb4c6415686e0a5754fd8e9d39.tar.xz wireguard-openbsd-b98600ca1bf077bb4c6415686e0a5754fd8e9d39.zip |
Unused variables.
ok halex@
-rw-r--r-- | usr.bin/cut/cut.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cut/cut.c b/usr.bin/cut/cut.c index 0ea01841110..c6be16ffe0e 100644 --- a/usr.bin/cut/cut.c +++ b/usr.bin/cut/cut.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cut.c,v 1.24 2018/03/30 09:25:06 tobias Exp $ */ +/* $OpenBSD: cut.c,v 1.25 2018/07/13 08:51:14 krw Exp $ */ /* $NetBSD: cut.c,v 1.9 1995/09/02 05:59:23 jtc Exp $ */ /* @@ -157,7 +157,6 @@ char positions[_POSIX2_LINE_MAX + 1]; int read_number(char **p) { - size_t pos; int dash, n; const char *errstr; char *q; |