diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-06-13 03:58:39 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-11-30 22:18:03 +0100 |
commit | bb3d357d2f0369e70c500acf56a2f8d7bd93b4ea (patch) | |
tree | d1412655cb34a924430facd0e1bccbc2bd5003d7 /bgpd/bgp_io.h | |
parent | bgpd: be more promiscuous with updgrp packets (diff) | |
download | frr-bb3d357d2f0369e70c500acf56a2f8d7bd93b4ea.tar.xz frr-bb3d357d2f0369e70c500acf56a2f8d7bd93b4ea.zip |
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 cf5fc6fb5..c4bd3c2dd 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 |