summaryrefslogtreecommitdiff
path: root/nuttx/sched
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-05-26 22:37:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-05-26 22:37:57 +0000
commit824fcd39cf4947527eafcbfa7c0dcbc4704b4cb3 (patch)
tree9958b54a89de6282576ddb77bb4192a079ddb316 /nuttx/sched
parent503ba396598ab1d5ce6f336cd3543d32d6aacbaa (diff)
downloadpx4-nuttx-824fcd39cf4947527eafcbfa7c0dcbc4704b4cb3.tar.gz
px4-nuttx-824fcd39cf4947527eafcbfa7c0dcbc4704b4cb3.tar.bz2
px4-nuttx-824fcd39cf4947527eafcbfa7c0dcbc4704b4cb3.zip
Fat dir operations seem to work
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@254 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched')
-rw-r--r--nuttx/sched/pthread_completejoin.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/nuttx/sched/pthread_completejoin.c b/nuttx/sched/pthread_completejoin.c
index 76b2e9f80..eb3f4c011 100644
--- a/nuttx/sched/pthread_completejoin.c
+++ b/nuttx/sched/pthread_completejoin.c
@@ -209,8 +209,6 @@ int pthread_completejoin(pid_t pid, FAR void *exit_value)
void pthread_destroyjoin(FAR join_t *pjoin)
{
- int status;
-
dbg("pjoin=0x%p\n", pjoin);
/* Remove the join info from the set of joins */