summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dll_init.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2011-05-30 17:16:24 +0000
committerChristopher Faylor <me@cgf.cx>2011-05-30 17:16:24 +0000
commitde3c57f06e3b8244c44e7203dc50cfad8a68f130 (patch)
tree12e5b0f64b965f0fe4d372fb034e5e9bdda9015c /winsup/cygwin/dll_init.cc
parent6642f7daa369ede921ce92eb819f01dc58b18b30 (diff)
downloadcygnal-de3c57f06e3b8244c44e7203dc50cfad8a68f130.tar.gz
cygnal-de3c57f06e3b8244c44e7203dc50cfad8a68f130.tar.bz2
cygnal-de3c57f06e3b8244c44e7203dc50cfad8a68f130.zip
* dll_init.cc (dll_list::append): Eliminate increment of unused tot variable.
* dll_init.h (dll_list::tot): Delete. (dll_list::populate_all_deps): Delete undefined function. * fhandler.cc (fhandler_base_overlapped::wait_overlapped): Move EPIPE handling under error condition.
Diffstat (limited to 'winsup/cygwin/dll_init.cc')
-rw-r--r--winsup/cygwin/dll_init.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/dll_init.cc b/winsup/cygwin/dll_init.cc
index 9994ef8f1..0258b3549 100644
--- a/winsup/cygwin/dll_init.cc
+++ b/winsup/cygwin/dll_init.cc
@@ -199,7 +199,6 @@ dll_list::append (dll* d)
d->next = NULL;
d->prev = end;
end = d;
- tot++;
}
void dll_list::populate_deps (dll* d)