diff options
author | ajs <ajs> | 2004-11-26 19:36:42 +0000 |
---|---|---|
committer | ajs <ajs> | 2004-11-26 19:36:42 +0000 |
commit | 5b85facc638d219a7281b75bec8a08dcf79a46ce (patch) | |
tree | 3f12c2b86c5ea322c72511304af81596bb89cdae /ospfd | |
parent | 063ee52af64472474af2fa4b3cb2ba9ced746b9f (diff) |
2004-11-26 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* 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).
Diffstat (limited to 'ospfd')
-rw-r--r-- | ospfd/ChangeLog | 5 | ||||
-rw-r--r-- | ospfd/ospf_main.c | 1 |
2 files changed, 5 insertions, 1 deletions
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 <ajschorr@alumni.princeton.edu> + + * ospf_main.c: Remove #include "debug.h" (was not being used, and + lib/debug.h has now been deleted). + 2004-11-25 Hasso Tepper <hasso at quagga.net> * 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" |