[rtems commit] score: Delete unused Thread_queue_Timeout_callout
Sebastian Huber
sebh at rtems.org
Thu Apr 30 13:26:48 UTC 2015
Module: rtems
Branch: master
Commit: c639cf2378104b268a63bd5eb54a876eaede7a76
Changeset: http://git.rtems.org/rtems/commit/?id=c639cf2378104b268a63bd5eb54a876eaede7a76
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Thu Apr 30 15:26:23 2015 +0200
score: Delete unused Thread_queue_Timeout_callout
---
cpukit/score/include/rtems/score/threadqimpl.h | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/cpukit/score/include/rtems/score/threadqimpl.h b/cpukit/score/include/rtems/score/threadqimpl.h
index f5c59d3..6eac364 100644
--- a/cpukit/score/include/rtems/score/threadqimpl.h
+++ b/cpukit/score/include/rtems/score/threadqimpl.h
@@ -40,15 +40,6 @@ typedef void ( *Thread_queue_Flush_callout )(
);
/**
- * The following type defines the callout used for timeout processing
- * methods.
- */
-typedef void ( *Thread_queue_Timeout_callout )(
- Objects_Id,
- void *
- );
-
-/**
* @brief Gets a pointer to a thread waiting on the_thread_queue.
*
* This function returns a pointer to a thread waiting on
More information about the vc
mailing list