summaryrefslogtreecommitdiff
path: root/nuttx/sched/task_exithook.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-23 16:49:15 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-23 16:49:15 +0000
commit782a98407637ecdf9afa27d99cd178d1c75db4d3 (patch)
tree8db7dff83d22e1007ac3aba5ea1b1542bff9f668 /nuttx/sched/task_exithook.c
parent68bc7cefbd11c4dbeca86fb64fac3466dd4f5b69 (diff)
downloadpx4-nuttx-782a98407637ecdf9afa27d99cd178d1c75db4d3.tar.gz
px4-nuttx-782a98407637ecdf9afa27d99cd178d1c75db4d3.tar.bz2
px4-nuttx-782a98407637ecdf9afa27d99cd178d1c75db4d3.zip
Rename some USB device files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4645 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched/task_exithook.c')
-rw-r--r--nuttx/sched/task_exithook.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/nuttx/sched/task_exithook.c b/nuttx/sched/task_exithook.c
index e160a1cb3..500129382 100644
--- a/nuttx/sched/task_exithook.c
+++ b/nuttx/sched/task_exithook.c
@@ -102,10 +102,6 @@
void task_exithook(FAR _TCB *tcb, int status)
{
- /* Inform the instrumentation layer that the task has stopped */
-
- sched_note_stop(tcb);
-
/* If an exit function was registered, call it now before we do any un-
* initialized. NOTE: In the case of task_delete(), the exit function
* will *not* be called on the thread execution of the task being deleted!