diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2017-04-18 18:27:30 +0200 |
---|---|---|
committer | Renato Westphal <renato@opensourcerouting.org> | 2017-04-25 01:30:58 +0200 |
commit | 01d1458f6abafaebeed04c1e6cb588298efb6546 (patch) | |
tree | acf113b3243ed379e8b3a17f4afe36b52144d55e /ldpd/ldpd.h | |
parent | ldpd: call openzlog() in the child processes as well (diff) | |
download | frr-01d1458f6abafaebeed04c1e6cb588298efb6546.tar.xz frr-01d1458f6abafaebeed04c1e6cb588298efb6546.zip |
ldpd: remove two unused imsg types
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ldpd/ldpd.h')
-rw-r--r-- | ldpd/ldpd.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ldpd/ldpd.h b/ldpd/ldpd.h index 91b034879..ad83b9aad 100644 --- a/ldpd/ldpd.h +++ b/ldpd/ldpd.h @@ -145,9 +145,7 @@ enum imsg_type { IMSG_RECONF_END, IMSG_DEBUG_UPDATE, IMSG_LOG, - IMSG_ACL_CHECK, - IMSG_GET_LABEL_CHUNK, - IMSG_RELEASE_LABEL_CHUNK + IMSG_ACL_CHECK }; union ldpd_addr { |