Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-09-06 06:14:06 +0400
committerChristopher Faylor <me@cgf.cx>2003-09-06 06:14:06 +0400
commit46645f9c6efc9009d7bada23d7ae5f03e6ed8bd3 (patch)
tree392b53361243f34e5bbbad45454a6f7c228ea347 /winsup/cygwin/hires.h
parent1f602fd729ecdc28f8340a6791ecd74c5ab9760b (diff)
* 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.h1
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__*/