aboutsummaryrefslogtreecommitdiff
path: root/nuttx/sched/os_internal.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-26 21:01:19 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-26 21:01:19 +0000
commit3bec164b3ae1cd7f9b5dcec532e7d073be96d45d (patch)
tree2c5a08e4daba522a5bcc3bc41537bd8e3361da5c /nuttx/sched/os_internal.h
parent5b6482a22bb8b656e3d70a6efc5ae2c77ed2a58b (diff)
downloadpx4-firmware-3bec164b3ae1cd7f9b5dcec532e7d073be96d45d.tar.gz
px4-firmware-3bec164b3ae1cd7f9b5dcec532e7d073be96d45d.tar.bz2
px4-firmware-3bec164b3ae1cd7f9b5dcec532e7d073be96d45d.zip
Fix a recently introduced memory leak
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5568 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched/os_internal.h')
-rw-r--r--nuttx/sched/os_internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/nuttx/sched/os_internal.h b/nuttx/sched/os_internal.h
index e3d0fd48f..5aa6487d0 100644
--- a/nuttx/sched/os_internal.h
+++ b/nuttx/sched/os_internal.h
@@ -105,7 +105,6 @@ enum os_crash_codes_e
# define sched_setupidlefiles(t) (OK)
# define sched_setuptaskfiles(t) (OK)
# define sched_setuppthreadfiles(t) (OK)
-# define sched_releasefiles(t) (OK)
#endif
/* One processor family supported by NuttX has a single, fixed hardware stack.
@@ -301,7 +300,6 @@ int sched_setuppthreadfiles(FAR _TCB *tcb);
#if CONFIG_NFILE_STREAMS > 0
int sched_setupstreams(FAR _TCB *tcb);
#endif
-int sched_releasefiles(FAR _TCB *tcb);
#endif
int sched_releasetcb(FAR _TCB *tcb);