From f11270a00e6b51cf541a53e2edf84de3335f3cda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= Date: Fri, 9 Dec 2016 15:28:23 +0100 Subject: [PATCH] contiki/sky: remove useless 'ssize_t' definition MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit config-sky only defines ssize_t which is unused. There is no more platform-specific headers, so remove the comment. Change-Id: I6aea9f21fe1cb4109cfa7d2f6d8b42dcbc3b85b7 Signed-off-by: Gaƫtan Harter --- platform-specific/config-sky.h | 1 - platform-specific/platform.h | 9 --------- 2 files changed, 10 deletions(-) delete mode 100644 platform-specific/config-sky.h diff --git a/platform-specific/config-sky.h b/platform-specific/config-sky.h deleted file mode 100644 index 5d39c06..0000000 --- a/platform-specific/config-sky.h +++ /dev/null @@ -1 +0,0 @@ -typedef int ssize_t; diff --git a/platform-specific/platform.h b/platform-specific/platform.h index 143b6a2..9179f2d 100644 --- a/platform-specific/platform.h +++ b/platform-specific/platform.h @@ -79,15 +79,6 @@ #define SHA2_USE_INTTYPES_H 1 #endif -/************************************************************************/ -/* Specific Contiki platforms */ -/************************************************************************/ - - -#ifdef CONTIKI_TARGET_SKY -# include "platform-specific/config-sky.h" -#endif /* CONTIKI_TARGET_SKY */ - #endif /* CONTIKI */ #endif /* _PLATFORM_H_ */