* hires.h (hires_ms::~hires_ms): Delete declaration.
* times.cc (hires_ms::~hires_ms): Delete definition..
This commit is contained in:
parent
1f602fd729
commit
46645f9c6e
@ -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.
|
||||
|
@ -41,6 +41,5 @@ class hires_ms : hires_base
|
||||
void prime ();
|
||||
public:
|
||||
LONGLONG usecs (bool justdelta);
|
||||
~hires_ms ();
|
||||
};
|
||||
#endif /*__HIRES_H__*/
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user