OSDN Git Service

* hires.h (hires_ms::~hires_ms): Delete declaration.
authorcgf <cgf>
Sat, 6 Sep 2003 02:14:04 +0000 (02:14 +0000)
committercgf <cgf>
Sat, 6 Sep 2003 02:14:04 +0000 (02:14 +0000)
* times.cc (hires_ms::~hires_ms): Delete definition..

winsup/cygwin/ChangeLog
winsup/cygwin/hires.h
winsup/cygwin/times.cc

index f850608..7caf4a6 100644 (file)
@@ -1,3 +1,8 @@
+2003-09-04  Pierre Humblet  <pierre.humblet@ieee.org>
+
+       * hires.h (hires_ms::~hires_ms): Delete declaration.
+       * times.cc (hires_ms::~hires_ms): Delete definition..
+
 2003-09-04  Christopher Faylor  <cgf@redhat.com>
 
        * dcrt0.cc (__argc_safe): New variable.
index 31394a0..b4599cb 100644 (file)
@@ -41,6 +41,5 @@ class hires_ms : hires_base
   void prime ();
  public:
   LONGLONG usecs (bool justdelta);
-  ~hires_ms ();
 };
 #endif /*__HIRES_H__*/
index 9fccae4..0d4bc71 100644 (file)
@@ -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);
-}