Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-09-06 06:14:06 +0400
committerChristopher Faylor <me@cgf.cx>2003-09-06 06:14:06 +0400
commit46645f9c6efc9009d7bada23d7ae5f03e6ed8bd3 (patch)
tree392b53361243f34e5bbbad45454a6f7c228ea347 /winsup/cygwin/times.cc
parent1f602fd729ecdc28f8340a6791ecd74c5ab9760b (diff)
* hires.h (hires_ms::~hires_ms): Delete declaration.
* times.cc (hires_ms::~hires_ms): Delete definition..
Diffstat (limited to 'winsup/cygwin/times.cc')
-rw-r--r--winsup/cygwin/times.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/winsup/cygwin/times.cc b/winsup/cygwin/times.cc
index 9fccae49f..0d4bc7112 100644
--- a/winsup/cygwin/times.cc
+++ b/winsup/cygwin/times.cc
@@ -657,8 +657,3 @@ hires_ms::usecs (bool justdelta)
LONGLONG res = initime_us.QuadPart + ((LONGLONG) (now - initime_ms) * 1000);
return res;
}
-
-hires_ms::~hires_ms ()
-{
- timeEndPeriod (minperiod);
-}