From c22f24fb199966601c21d68e81b384f012ec691b Mon Sep 17 00:00:00 2001 From: Jeremy Lakeman Date: Tue, 28 May 2013 16:14:56 +0930 Subject: [PATCH] Remove unused constant (never actually used) --- constants.h | 1 - 1 file changed, 1 deletion(-) diff --git a/constants.h b/constants.h index 66faaa6b..03ae9241 100644 --- a/constants.h +++ b/constants.h @@ -95,7 +95,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #define PAYLOAD_FLAG_SENDER_SAME (1<<0) #define PAYLOAD_FLAG_TO_BROADCAST (1<<1) #define PAYLOAD_FLAG_ONE_HOP (1<<2) -#define PAYLOAD_FLAG_LONG_PAYLOAD (1<<3) #define PAYLOAD_FLAG_CIPHERED (1<<4) #define PAYLOAD_FLAG_SIGNED (1<<5) #define PAYLOAD_FLAG_DUPLICATE (1<<6)