From 270802f65be74f542a5b66a71e17a5f6341818b4 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 14 Dec 2009 19:30:18 +0000 Subject: Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@2337 7fd9a85b-ad96-42d3-883c-3090e2eb8679 --- nuttx/sched/sem_unlink.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'nuttx/sched/sem_unlink.c') diff --git a/nuttx/sched/sem_unlink.c b/nuttx/sched/sem_unlink.c index 4a53a1da6b..79f8be0104 100644 --- a/nuttx/sched/sem_unlink.c +++ b/nuttx/sched/sem_unlink.c @@ -46,10 +46,6 @@ #include "os_internal.h" #include "sem_internal.h" -/**************************************************************************** - * Compilation Switches - ****************************************************************************/ - /**************************************************************************** * Definitions ****************************************************************************/ -- cgit v1.2.3