- Revert bad change
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1049 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
3e4848b999
commit
81c34f5ce8
|
@ -31,9 +31,7 @@
|
||||||
#include <gtkmm/main.h>
|
#include <gtkmm/main.h>
|
||||||
#include <gtkmm/messagedialog.h>
|
#include <gtkmm/messagedialog.h>
|
||||||
|
|
||||||
#ifndef NDEBUG
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
||||||
|
@ -124,12 +122,9 @@ JumpToDialog::_on_jump()
|
||||||
catch(const CPUPolicyException& cpe)
|
catch(const CPUPolicyException& cpe)
|
||||||
{
|
{
|
||||||
// Fatal error. We should never get here.
|
// Fatal error. We should never get here.
|
||||||
#ifndef NDEBUG
|
|
||||||
std::cerr << _(" [EE] Fatal error. Impossible to deactivate the policy in ") << __FILE__ << ":" << __LINE__
|
std::cerr << _(" [EE] Fatal error. Impossible to deactivate the policy in ") << __FILE__ << ":" << __LINE__
|
||||||
<< std::endl << _(" [EE] ") << cpe.what() << std::endl;
|
<< std::endl << _(" [EE] ") << cpe.what() << std::endl;
|
||||||
;
|
|
||||||
abort();
|
abort();
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(const NullPolicyException& npe)
|
catch(const NullPolicyException& npe)
|
||||||
|
|
Loading…
Reference in New Issue