diff options
author | ajs <ajs> | 2004-11-26 19:36:42 +0000 |
---|---|---|
committer | ajs <ajs> | 2004-11-26 19:36:42 +0000 |
commit | 42fde89efd6559ea30229d15241bdbac3e2dcd3b (patch) | |
tree | e8f614e30c5c4d26c8eba9454ea3c2a1e6a9aeba /lib/debug.h | |
parent | 937c85d41b340152e548ba72c8f32fb8c62e3872 (diff) | |
download | quagga-42fde89efd6559ea30229d15241bdbac3e2dcd3b.tar.bz2 quagga-42fde89efd6559ea30229d15241bdbac3e2dcd3b.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); - |