diff options
author | 2017-07-02 14:30:35 +0000 | |
---|---|---|
committer | 2017-07-02 14:30:35 +0000 | |
commit | 90a262114e0f8a8cc081a63f5606d2f1e42f022f (patch) | |
tree | f40b69ccab6acc30be83308cd1ca6e0949e5349d | |
parent | Remove variable assignment in declaration and add whitespace to improve (diff) | |
download | wireguard-openbsd-90a262114e0f8a8cc081a63f5606d2f1e42f022f.tar.xz wireguard-openbsd-90a262114e0f8a8cc081a63f5606d2f1e42f022f.zip |
Remove unused variable from header file.
from Rob Pierce.
ok stsp@ and me
-rw-r--r-- | usr.sbin/ifstated/ifstated.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ifstated/ifstated.h b/usr.sbin/ifstated/ifstated.h index a096f663bfc..cd7020cc44d 100644 --- a/usr.sbin/ifstated/ifstated.h +++ b/usr.sbin/ifstated/ifstated.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ifstated.h,v 1.13 2017/07/02 14:27:30 benno Exp $ */ +/* $OpenBSD: ifstated.h,v 1.14 2017/07/02 14:30:35 benno Exp $ */ /* * Copyright (c) 2004 Ryan McBride @@ -70,7 +70,6 @@ struct ifsd_action { struct { struct ifsd_action_list actions; struct ifsd_expression *expression; - u_int8_t ignore_init; } c; } act; u_int32_t type; |