aboutsummaryrefslogtreecommitdiffstats
path: root/include/mcl
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2018-06-04 21:49:30 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2018-06-04 21:49:30 +0800
commit5e7cb8a3bed479737aa3fa4c13adb1788ae26649 (patch)
treeeecac84ee3838bbc7f811d1d666c2d046ca04ee0 /include/mcl
parentaa4927bf2c99882c3024925bbad3df6014ad5565 (diff)
downloadtangerine-mcl-5e7cb8a3bed479737aa3fa4c13adb1788ae26649.tar.gz
tangerine-mcl-5e7cb8a3bed479737aa3fa4c13adb1788ae26649.tar.zst
tangerine-mcl-5e7cb8a3bed479737aa3fa4c13adb1788ae26649.zip
remove warning of vc
Diffstat (limited to 'include/mcl')
-rw-r--r--include/mcl/bn.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mcl/bn.hpp b/include/mcl/bn.hpp
index 4e5d413..e743f1d 100644
--- a/include/mcl/bn.hpp
+++ b/include/mcl/bn.hpp
@@ -372,7 +372,6 @@ struct MapTo {
G::getWeierstrass(y, x);
if (F::squareRoot(y, y)) {
if (negative) F::neg(y, y);
- bool b;
P.set(&b, x, y, false);
assert(b);
return true;