diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-03-21 10:12:12 +0000 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-03-21 10:12:23 +0000 |
| commit | f7301c3563e7ae19b8d7c65d8bc88f3c42eefc09 (patch) | |
| tree | 18d3ab32dfd303b6256c0571cfd9d893db858531 /tests/net_load_tests | |
| parent | 37fbb7a8b7ab97dd6f95b72f7fcca9b79584b8c1 (diff) | |
| download | monzero-core-f7301c3563e7ae19b8d7c65d8bc88f3c42eefc09.tar.gz monzero-core-f7301c3563e7ae19b8d7c65d8bc88f3c42eefc09.tar.xz monzero-core-f7301c3563e7ae19b8d7c65d8bc88f3c42eefc09.zip | |
Revert "Print stack trace upon exceptions"
Ain't nobody got time for link/cmake skullduggery.
This reverts commit fff238ec94ac6d45fc18c315d7bc590ddfaad63d.
Diffstat (limited to 'tests/net_load_tests')
| -rw-r--r-- | tests/net_load_tests/clt.cpp | 1 | ||||
| -rw-r--r-- | tests/net_load_tests/srv.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/net_load_tests/clt.cpp b/tests/net_load_tests/clt.cpp index 360261676..56089a4da 100644 --- a/tests/net_load_tests/clt.cpp +++ b/tests/net_load_tests/clt.cpp @@ -37,7 +37,6 @@ #include "gtest/gtest.h" -#include "common/exception.h" #include "include_base_utils.h" #include "misc_language.h" #include "misc_log_ex.h" diff --git a/tests/net_load_tests/srv.cpp b/tests/net_load_tests/srv.cpp index 13b31215e..d8d3eae2e 100644 --- a/tests/net_load_tests/srv.cpp +++ b/tests/net_load_tests/srv.cpp @@ -31,7 +31,6 @@ #include <mutex> #include <thread> -#include "common/exception.h" #include "include_base_utils.h" #include "misc_log_ex.h" #include "storages/levin_abstract_invoke2.h" |
