From f5934888c79dc684aad21738ffb4f524c464495a Mon Sep 17 00:00:00 2001 From: winckel <winckel@eurecom.fr> Date: Tue, 5 Nov 2013 13:51:44 +0000 Subject: [PATCH] Removed useless value (MESSAGES_ID_END) in messagesIds enum. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4320 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- common/utils/itti/intertask_interface_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/utils/itti/intertask_interface_types.h b/common/utils/itti/intertask_interface_types.h index f10e3300294..1968557cd71 100644 --- a/common/utils/itti/intertask_interface_types.h +++ b/common/utils/itti/intertask_interface_types.h @@ -72,7 +72,7 @@ typedef enum #include <messages_def.h> #undef MESSAGE_DEF - MESSAGES_ID_MAX, MESSAGES_ID_END = MESSAGES_ID_MAX + MESSAGES_ID_MAX, } MessagesIds; //! Thread id of each task -- GitLab