summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/exceptions.cc
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2013-01-09 16:25:15 +0000
committerCorinna Vinschen <corinna@vinschen.de>2013-01-09 16:25:15 +0000
commit2b814a193792cf922261e59865b7e5d228aec74e (patch)
treea73ab7f11146797177445462e5de572e092587a6 /winsup/cygwin/exceptions.cc
parent85d8e389cd331c9d2fc7396b02c1ddc30066556b (diff)
downloadcygnal-2b814a193792cf922261e59865b7e5d228aec74e.tar.gz
cygnal-2b814a193792cf922261e59865b7e5d228aec74e.tar.bz2
cygnal-2b814a193792cf922261e59865b7e5d228aec74e.zip
* cygerrno.h: Fix copyright.
* exceptions.cc: Drop comment explaining removed variable.
Diffstat (limited to 'winsup/cygwin/exceptions.cc')
-rw-r--r--winsup/cygwin/exceptions.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc
index 93602c97a..669b1747b 100644
--- a/winsup/cygwin/exceptions.cc
+++ b/winsup/cygwin/exceptions.cc
@@ -39,8 +39,6 @@ char debugger_command[2 * NT_MAX_PATH + 20];
static BOOL WINAPI ctrl_c_handler (DWORD);
-/* This is set to indicate that we have already exited. */
-
NO_COPY static struct
{
unsigned int code;