From 46645f9c6efc9009d7bada23d7ae5f03e6ed8bd3 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 6 Sep 2003 02:14:06 +0000 Subject: * hires.h (hires_ms::~hires_ms): Delete declaration. * times.cc (hires_ms::~hires_ms): Delete definition.. --- winsup/cygwin/times.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'winsup/cygwin/times.cc') 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); -} -- cgit v1.2.3