Revert "Print stack trace upon exceptions"

Ain't nobody got time for link/cmake skullduggery.

This reverts commit fff238ec94.
This commit is contained in:
moneromooo-monero
2016-03-21 10:12:12 +00:00
parent 37fbb7a8b7
commit f7301c3563
43 changed files with 63 additions and 259 deletions
+1 -2
View File
@@ -33,7 +33,6 @@
#include <list>
#include <string>
#include <exception>
#include "common/exception.h"
#include "crypto/hash.h"
#include "cryptonote_core/cryptonote_basic.h"
#include "cryptonote_core/difficulty.h"
@@ -152,7 +151,7 @@ struct output_data_t
/***********************************
* Exception Definitions
***********************************/
class DB_EXCEPTION : public tools::exception
class DB_EXCEPTION : public std::exception
{
private:
std::string m;