diff options
author | 2016-01-02 15:02:05 +0000 | |
---|---|---|
committer | 2016-01-02 15:02:05 +0000 | |
commit | cab2be57d6cc6e5eddbea57c28ab23d4d40a64b4 (patch) | |
tree | f24f2d4e32550a86891b92cd1fa03c071668b0c5 | |
parent | Sync magdir/animation with file 5.25, amongst other updates this fixes an (diff) | |
download | wireguard-openbsd-cab2be57d6cc6e5eddbea57c28ab23d4d40a64b4.tar.xz wireguard-openbsd-cab2be57d6cc6e5eddbea57c28ab23d4d40a64b4.zip |
garbage collect unsused variable
found by evh -AT- riseup -DOT- net, ok florian@
-rw-r--r-- | usr.bin/systat/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/systat/main.c b/usr.bin/systat/main.c index 692d022dfec..4f625559781 100644 --- a/usr.bin/systat/main.c +++ b/usr.bin/systat/main.c @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.63 2015/04/18 18:28:38 deraadt Exp $ */ +/* $Id: main.c,v 1.64 2016/01/02 15:02:05 benno Exp $ */ /* * Copyright (c) 2001, 2007 Can Erkin Acar * Copyright (c) 2001 Daniel Hartmeier @@ -297,7 +297,6 @@ void cmd_count(const char *buf) { const char *errstr; - int ms; maxprint = strtonum(buf, 1, lines - HEADER_LINES, &errstr); if (errstr) |