From e7ef0b02083aac5fca4bd984cecd0c6ac1f15858 Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Tue, 14 Jun 2016 08:46:22 -0700 Subject: [PATCH] Remove redefinition of otMessage. (#140) --- include/openthread.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/openthread.h b/include/openthread.h index b285e28c5..d2ec91682 100644 --- a/include/openthread.h +++ b/include/openthread.h @@ -945,11 +945,6 @@ ThreadError otIp6AddressFromString(const char *aString, otIp6Address *aAddress); * */ -/** - * This type points to an OpenThread message buffer. - */ -typedef void *otMessage; - /** * Free an allocated message buffer. *