summarylogtreecommitdiffstats
path: root/libethereum-hotfix-boost-1.59.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libethereum-hotfix-boost-1.59.patch')
-rw-r--r--libethereum-hotfix-boost-1.59.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/libethereum-hotfix-boost-1.59.patch b/libethereum-hotfix-boost-1.59.patch
deleted file mode 100644
index 810da7dfbff1..000000000000
--- a/libethereum-hotfix-boost-1.59.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff --git a/test/boostTest.cpp b/test/boostTest.cpp
-index 7c2b068..2dc0082 100644
---- a/test/boostTest.cpp
-+++ b/test/boostTest.cpp
-@@ -78,13 +78,6 @@ int main( int argc, char* argv[] )
- {
- framework::init(init_func, argc, argv);
-
-- if( !runtime_config::test_to_run().is_empty() )
-- {
-- test_case_filter filter(runtime_config::test_to_run());
--
-- traverse_test_tree(framework::master_test_suite().p_id, filter);
-- }
--
- framework::run();
-
- results_reporter::make_report();