From 2944583a8f1355302743dd447cbd83e806ca75aa Mon Sep 17 00:00:00 2001 From: Vasiliy Olekhov Date: Thu, 15 Aug 2024 14:38:39 +0300 Subject: [PATCH] Remove code as we have operators << for logging #304 --- benchmarks/zk/lpc.cpp | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/benchmarks/zk/lpc.cpp b/benchmarks/zk/lpc.cpp index a38bba20a..7f02f20dd 100644 --- a/benchmarks/zk/lpc.cpp +++ b/benchmarks/zk/lpc.cpp @@ -55,25 +55,6 @@ using namespace nil::crypto3; using namespace nil::crypto3::zk::snark; -namespace boost { - namespace test_tools { - namespace tt_detail { - template<> - struct print_log_value>>>> { - void operator()(std::ostream &, - const nil::crypto3::math::polynomial> - - >> &) { - } - }; -} // namespace tt_detail -} // namespace test_tools -} // namespace boost - template std::vector> generate(NumberType degree) { typedef boost::random::independent_bits_engine