* process.h (cleanup_routine::~cleanup_routine): Make pure virtual

function to avoid miscompilation with certain versions of gcc.
	* process.cc (cleanup_routine::~cleanup_routine): Remove.
This commit is contained in:
Corinna Vinschen
2004-01-16 13:39:25 +00:00
parent c0bd991305
commit 8e7014383b
3 changed files with 7 additions and 8 deletions

View File

@ -40,13 +40,6 @@ process_cleanup::process ()
/*****************************************************************************/
/* cleanup_routine */
cleanup_routine::~cleanup_routine ()
{
}
/*****************************************************************************/
process::process (const pid_t cygpid, const DWORD winpid)
: _cygpid (cygpid),
_winpid (winpid),