summaryrefslogtreecommitdiff
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
commit801ce1b6a68a593f0aef2d059d9279b0d0824e54 (patch)
tree2c5a08e4daba522a5bcc3bc41537bd8e3361da5c /nuttx/sched/os_internal.h
parent8300858eb811cc92011e98a5d89390df420e665e (diff)
downloadpx4-nuttx-801ce1b6a68a593f0aef2d059d9279b0d0824e54.tar.gz
px4-nuttx-801ce1b6a68a593f0aef2d059d9279b0d0824e54.tar.bz2
px4-nuttx-801ce1b6a68a593f0aef2d059d9279b0d0824e54.zip
Fix a recently introduced memory leak
git-svn-id: svn://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);