|
From: Jeremy F. <je...@go...> - 2005-02-17 01:36:55
|
CVS commit by fitzhardinge:
Remove the totally unused VG_USERREQ__SIGNAL_RETURNS.
M +0 -6 core_asm.h 1.7
M +0 -1 vg_scheduler.c 1.221
--- valgrind/coregrind/core_asm.h #1.6:1.7
@@ -62,10 +62,4 @@
#define VG_TT_FAST_MASK ((VG_TT_FAST_SIZE) - 1)
-/* Constants for the fast original-code-write check cache. */
-
-
-/* Assembly code stubs make this request */
-#define VG_USERREQ__SIGNAL_RETURNS 0x4001
-
// XXX: all this will go into x86/ eventually...
/*
--- valgrind/coregrind/vg_scheduler.c #1.220:1.221
@@ -992,5 +992,4 @@ void do_client_request ( ThreadId tid )
case VG_USERREQ__GET_SIGRT_MAX:
case VG_USERREQ__ALLOC_RTSIG:
- case VG_USERREQ__SIGNAL_RETURNS: /* not pthreads, but obsolete */
VG_(message)(Vg_UserMsg, "It looks like you've got an old libpthread.so* ");
VG_(message)(Vg_UserMsg, "installed in \"%s\".", VG_(libdir));
|