From 5b85facc638d219a7281b75bec8a08dcf79a46ce Mon Sep 17 00:00:00 2001 From: ajs Date: Fri, 26 Nov 2004 19:36:42 +0000 Subject: 2004-11-26 Andrew J. Schorr * debug.[ch]: Remove unused files. * Makefile.am: Remove references to debug.c and debug.h * ospf_main.c: Remove #include "debug.h" (was not being used, and lib/debug.h has now been deleted). --- ospfd/ChangeLog | 5 +++++ ospfd/ospf_main.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'ospfd') diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index 40e5491f..2906abe8 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,8 @@ +2004-11-26 Andrew J. Schorr + + * ospf_main.c: Remove #include "debug.h" (was not being used, and + lib/debug.h has now been deleted). + 2004-11-25 Hasso Tepper * ospf_main.c: Make group to run as configurable. diff --git a/ospfd/ospf_main.c b/ospfd/ospf_main.c index f560547f..09ff197a 100644 --- a/ospfd/ospf_main.c +++ b/ospfd/ospf_main.c @@ -37,7 +37,6 @@ #include "log.h" #include "memory.h" #include "privs.h" -#include "debug.h" #include "sigevent.h" #include "ospfd/ospfd.h" -- cgit v1.2.1