aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/times.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-09-06 02:14:06 +0000
committerChristopher Faylor <me@cgf.cx>2003-09-06 02:14:06 +0000
commit46645f9c6efc9009d7bada23d7ae5f03e6ed8bd3 (patch)
tree392b53361243f34e5bbbad45454a6f7c228ea347 /winsup/cygwin/times.cc
parent1f602fd729ecdc28f8340a6791ecd74c5ab9760b (diff)
downloadnewlib-46645f9c6efc9009d7bada23d7ae5f03e6ed8bd3.zip
newlib-46645f9c6efc9009d7bada23d7ae5f03e6ed8bd3.tar.gz
newlib-46645f9c6efc9009d7bada23d7ae5f03e6ed8bd3.tar.bz2
* 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 9fccae4..0d4bc71 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);
-}