diff options
author | Juliusz Chroboczek <jch@pps.jussieu.fr> | 2012-02-14 08:49:57 +0100 |
---|---|---|
committer | Paul Jakma <paul@quagga.net> | 2012-03-25 18:06:54 +0200 |
commit | 36329c02c36703cc2158c1c99b86045fed26d4ae (patch) | |
tree | 64cebc900d5b528f5a85645f681a38b59e5ad669 /babeld/babel_main.h | |
parent | babeld: drive interface_config_write() forward (diff) | |
download | frr-36329c02c36703cc2158c1c99b86045fed26d4ae.tar.xz frr-36329c02c36703cc2158c1c99b86045fed26d4ae.zip |
babeld: remove remains of standalone babeld's configuration code.
Standalone babeld has a configuration interface that is not used in
Quagga. This removes a few bits of this code that survived the
port to Quagga.
Diffstat (limited to 'babeld/babel_main.h')
-rw-r--r-- | babeld/babel_main.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/babeld/babel_main.h b/babeld/babel_main.h index 4c08e1818..a4038decb 100644 --- a/babeld/babel_main.h +++ b/babeld/babel_main.h @@ -41,7 +41,6 @@ THE SOFTWARE. extern struct timeval babel_now; /* current time */ extern struct thread_master *master; /* quagga's threads handler */ extern int debug; -extern int default_wireless_hello_interval, default_wired_hello_interval; extern int resend_delay; extern unsigned char myid[8]; |