From: Renato Westphal Date: Tue, 18 Apr 2017 16:27:30 +0000 (-0300) Subject: ldpd: remove two unused imsg types X-Git-Tag: reindent-master-before~214^2~12 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=01d1458f6abafaebeed04c1e6cb588298efb6546;p=matthieu%2Ffrr.git ldpd: remove two unused imsg types Signed-off-by: Renato Westphal --- diff --git a/ldpd/ldpd.h b/ldpd/ldpd.h index 91b0348793..ad83b9aad3 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 {