summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sigproc.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-02-15 02:44:16 +0000
committerChristopher Faylor <me@cgf.cx>2004-02-15 02:44:16 +0000
commit955bf2ee964f94a015257cf670538f36e10dbe31 (patch)
treeff06f1e9ddccec2c9847f512ecda091962076085 /winsup/cygwin/sigproc.cc
parent968bdf96b19cedb6cf8e4fd336edb17425e68cd8 (diff)
downloadcygnal-955bf2ee964f94a015257cf670538f36e10dbe31.tar.gz
cygnal-955bf2ee964f94a015257cf670538f36e10dbe31.tar.bz2
cygnal-955bf2ee964f94a015257cf670538f36e10dbe31.zip
* Makefile.in: Compile syscalls.o with -fomit-frame-pointer.
* sigproc.cc: Eliminate unused variable.
Diffstat (limited to 'winsup/cygwin/sigproc.cc')
-rw-r--r--winsup/cygwin/sigproc.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc
index 8a4187327..993b0ec10 100644
--- a/winsup/cygwin/sigproc.cc
+++ b/winsup/cygwin/sigproc.cc
@@ -89,7 +89,6 @@ HANDLE NO_COPY signal_arrived; // Event signaled when a signal has
Static DWORD proc_loop_wait = 1000; // Wait for subprocesses to exit
-Static HANDLE sendsig_tome;
HANDLE NO_COPY sigCONT; // Used to "STOP" a process
Static cygthread *hwait_sig; // Handle of wait_sig thread
Static cygthread *hwait_subproc; // Handle of sig_subproc thread