]> git.puffer.fish Git - matthieu/frr.git/commitdiff
ldpd: remove two unused imsg types
authorRenato Westphal <renato@opensourcerouting.org>
Tue, 18 Apr 2017 16:27:30 +0000 (13:27 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Mon, 24 Apr 2017 23:30:58 +0000 (20:30 -0300)
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
ldpd/ldpd.h

index 91b0348793149590a9a5d9a17bc5533ccb474f10..ad83b9aad36d35a91767004831282df3f7ec0e32 100644 (file)
@@ -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 {