aboutsummaryrefslogtreecommitdiffstats
path: root/src/bls.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bls.cpp')
-rw-r--r--src/bls.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bls.cpp b/src/bls.cpp
index 2b481d5..2e05f68 100644
--- a/src/bls.cpp
+++ b/src/bls.cpp
@@ -21,8 +21,6 @@ using namespace mcl::bn384;
typedef std::vector<Fr> FrVec;
-#define PUT(x) std::cout << #x << "=" << x << std::endl;
-
static cybozu::RandomGenerator& getRG()
{
static cybozu::RandomGenerator rg;