From 90a262114e0f8a8cc081a63f5606d2f1e42f022f Mon Sep 17 00:00:00 2001 From: benno Date: Sun, 2 Jul 2017 14:30:35 +0000 Subject: [PATCH] Remove unused variable from header file. from Rob Pierce. ok stsp@ and me --- usr.sbin/ifstated/ifstated.h | 3 +-- 1 file changed, 1 insertion(+), 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; -- 2.20.1