diff options
author | Christopher Faylor <me@cgf.cx> | 2003-09-06 02:14:06 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-09-06 02:14:06 +0000 |
commit | 46645f9c6efc9009d7bada23d7ae5f03e6ed8bd3 (patch) | |
tree | 392b53361243f34e5bbbad45454a6f7c228ea347 /winsup/cygwin/times.cc | |
parent | 1f602fd729ecdc28f8340a6791ecd74c5ab9760b (diff) | |
download | cygnal-46645f9c6efc9009d7bada23d7ae5f03e6ed8bd3.tar.gz cygnal-46645f9c6efc9009d7bada23d7ae5f03e6ed8bd3.tar.bz2 cygnal-46645f9c6efc9009d7bada23d7ae5f03e6ed8bd3.zip |
* 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.cc | 5 |
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); -} |