summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_sig.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/thread/thr_sig.c')
-rw-r--r--lib/libpthread/thread/thr_sig.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libpthread/thread/thr_sig.c b/lib/libpthread/thread/thr_sig.c
index be3da9a..d0d5f8b 100644
--- a/lib/libpthread/thread/thr_sig.c
+++ b/lib/libpthread/thread/thr_sig.c
@@ -105,7 +105,6 @@ _thread_sig_handler(int sig, int code, struct sigcontext * scp)
{
char c;
int i;
- int dispatch = 0;
pthread_t pthread;
/*
@@ -234,9 +233,6 @@ _thread_sig_handler(int sig, int code, struct sigcontext * scp)
void
_thread_signal(pthread_t pthread, int sig)
{
- pthread_t saved;
- struct sigaction act;
-
/*
* Flag the signal as pending. It will be dispatched later.
*/
OpenPOWER on IntegriCloud