[rtems commit] psignalimpl.h: Remove dead comment
Joel Sherrill
joel at rtems.org
Tue Dec 10 01:46:24 UTC 2013
Module: rtems
Branch: master
Commit: 96281908a23b17f0d46389c60e7eadd9941c88f6
Changeset: http://git.rtems.org/rtems/commit/?id=96281908a23b17f0d46389c60e7eadd9941c88f6
Author: Joel Sherrill <joel.sherrill at oarcorp.com>
Date: Mon Dec 9 15:12:36 2013 -0600
psignalimpl.h: Remove dead comment
---
cpukit/posix/include/rtems/posix/psignalimpl.h | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/cpukit/posix/include/rtems/posix/psignalimpl.h b/cpukit/posix/include/rtems/posix/psignalimpl.h
index c496fd3..9a493fd 100644
--- a/cpukit/posix/include/rtems/posix/psignalimpl.h
+++ b/cpukit/posix/include/rtems/posix/psignalimpl.h
@@ -7,7 +7,7 @@
*/
/*
- * COPYRIGHT (c) 1989-2011.
+ * COPYRIGHT (c) 1989-2013.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -93,8 +93,6 @@ static inline void _POSIX_signals_Add_post_switch_extension(void)
/**
* @brief Unlock POSIX signals thread.
- *
- * XXX this routine could probably be cleaned up
*/
bool _POSIX_signals_Unblock_thread(
Thread_Control *the_thread,
More information about the vc
mailing list