summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/times.cc
diff options
context:
space:
mode:
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);
-}