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 /lib/debug.h | |
parent | 063ee52af64472474af2fa4b3cb2ba9ced746b9f (diff) | |
download | quagga-5b85facc638d219a7281b75bec8a08dcf79a46ce.tar.bz2 quagga-5b85facc638d219a7281b75bec8a08dcf79a46ce.tar.xz |
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 'lib/debug.h')
-rw-r--r-- | lib/debug.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/debug.h b/lib/debug.h deleted file mode 100644 index 44409042..00000000 --- a/lib/debug.h +++ /dev/null @@ -1,3 +0,0 @@ - -void debug_print_trace (int); - |