From 1c3c9dceb385198199c6c0190f3011d106142b67 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 21 May 1999 14:29:23 +0000 Subject: [PATCH] Removed one unused structure field. --- sysdep/unix/krt.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sysdep/unix/krt.h b/sysdep/unix/krt.h index df9e6d39..3cc922c6 100644 --- a/sysdep/unix/krt.h +++ b/sysdep/unix/krt.h @@ -43,7 +43,6 @@ struct krt_config { struct proto_config c; struct krt_set_params set; struct krt_scan_params scan; - struct krt_if_params iface; int persist; /* Keep routes when we exit */ int scan_time; /* How often we re-scan routes */ int learn; /* Learn routes from other sources */