diff mbox

[COMMITTED] Remove declarations of two nonexistent variables from nptl/pthreadP.h.

Message ID 20140715214650.9A4D72C3990@topped-with-meat.com
State New
Headers show

Commit Message

Roland McGrath July 15, 2014, 9:46 p.m. UTC
No effect on compiled code.


2014-07-15  Roland McGrath  <roland@hack.frob.com>

	* nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
	Remove dead declarations.
diff mbox

Patch

--- a/nptl/pthreadP.h
+++ b/nptl/pthreadP.h
@@ -181,11 +181,6 @@  hidden_proto (__stack_user)
 extern struct pthread_attr *__attr_list attribute_hidden;
 extern int __attr_list_lock attribute_hidden;
 
-/* First available RT signal.  */
-extern int __current_sigrtmin attribute_hidden;
-/* Last available RT signal.  */
-extern int __current_sigrtmax attribute_hidden;
-
 /* Concurrency handling.  */
 extern int __concurrency_level attribute_hidden;