diff options
author | ajs <ajs> | 2004-11-26 20:36:42 +0100 |
---|---|---|
committer | ajs <ajs> | 2004-11-26 20:36:42 +0100 |
commit | 5b85facc638d219a7281b75bec8a08dcf79a46ce (patch) | |
tree | 3f12c2b86c5ea322c72511304af81596bb89cdae /lib/debug.h | |
parent | 2004-11-26 Andrew J. Schorr <ajschorr@alumni.princeton.edu> (diff) | |
download | frr-5b85facc638d219a7281b75bec8a08dcf79a46ce.tar.xz frr-5b85facc638d219a7281b75bec8a08dcf79a46ce.zip |
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 44409042f..000000000 --- a/lib/debug.h +++ /dev/null @@ -1,3 +0,0 @@ - -void debug_print_trace (int); - |