Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 2944583

Browse files
committed
Remove code as we have operators << for logging #304
1 parent 0da06e6 commit 2944583

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

benchmarks/zk/lpc.cpp

-19
Original file line numberDiff line numberDiff line change
@@ -55,25 +55,6 @@
5555
using namespace nil::crypto3;
5656
using namespace nil::crypto3::zk::snark;
5757

58-
namespace boost {
59-
namespace test_tools {
60-
namespace tt_detail {
61-
template<>
62-
struct print_log_value<nil::crypto3::math::polynomial<
63-
algebra::fields::detail::element_fp < algebra::fields::params < algebra::fields::bls12_base_field <
64-
381>>>>> {
65-
void operator()(std::ostream &,
66-
const nil::crypto3::math::polynomial<algebra::fields::detail::element_fp <
67-
algebra::fields::params <
68-
algebra::fields::bls12_base_field < 381>>
69-
70-
>> &) {
71-
}
72-
};
73-
} // namespace tt_detail
74-
} // namespace test_tools
75-
} // namespace boost
76-
7758
template<typename FieldType, typename NumberType>
7859
std::vector<math::polynomial<typename FieldType::value_type>> generate(NumberType degree) {
7960
typedef boost::random::independent_bits_engine<boost::random::mt19937,

0 commit comments

Comments
 (0)