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/hires.h | |
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/hires.h')
-rw-r--r-- | winsup/cygwin/hires.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/hires.h b/winsup/cygwin/hires.h index 31394a0df..b4599cb1b 100644 --- a/winsup/cygwin/hires.h +++ b/winsup/cygwin/hires.h @@ -41,6 +41,5 @@ class hires_ms : hires_base void prime (); public: LONGLONG usecs (bool justdelta); - ~hires_ms (); }; #endif /*__HIRES_H__*/ |