Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/wpa/dist/src/utils Remove unused var



details:   https://anonhg.NetBSD.org/src/rev/7c2f89c76f49
branches:  trunk
changeset: 343081:7c2f89c76f49
user:      roy <roy%NetBSD.org@localhost>
date:      Fri Jan 22 20:21:04 2016 +0000

description:
Remove unused var

diffstat:

 external/bsd/wpa/dist/src/utils/eloop.c |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 6b29dab9535c -r 7c2f89c76f49 external/bsd/wpa/dist/src/utils/eloop.c
--- a/external/bsd/wpa/dist/src/utils/eloop.c   Fri Jan 22 19:13:53 2016 +0000
+++ b/external/bsd/wpa/dist/src/utils/eloop.c   Fri Jan 22 20:21:04 2016 +0000
@@ -643,7 +643,6 @@
 static int eloop_sock_table_requeue(struct eloop_sock_table *table)
 {
        int i, r;
-       struct kevent ke;
 
        r = 0;
        for (i = 0; i < table->count && table->table; i++) {



Home | Main Index | Thread Index | Old Index