diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-06-13 01:58:39 +0000 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-11-30 16:18:03 -0500 | 
| commit | bb3d357d2f0369e70c500acf56a2f8d7bd93b4ea (patch) | |
| tree | d1412655cb34a924430facd0e1bccbc2bd5003d7 /bgpd/bgp_io.h | |
| parent | bbac44ace545066d0d43370e63baa77ceade9242 (diff) | |
bgpd: remove unused extern from bgp_io.h
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_io.h')
| -rw-r--r-- | bgpd/bgp_io.h | 7 | 
1 files changed, 0 insertions, 7 deletions
diff --git a/bgpd/bgp_io.h b/bgpd/bgp_io.h index cf5fc6fb52..c4bd3c2dd9 100644 --- a/bgpd/bgp_io.h +++ b/bgpd/bgp_io.h @@ -29,13 +29,6 @@  #include "frr_pthread.h"  /** - * Control variable for write thread. - * - * Setting this variable to false will eventually result in thread termination. - */ -extern bool bgp_packet_writes_thread_run; - -/**   * Initializes data structures and flags for the write thread.   *   * This function should be called from the main thread before  | 
