From d577da516a60ea5fff2585b21023f180c347ff1e Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Mon, 11 Apr 2016 06:05:51 +0900 Subject: [PATCH] remove unused variables --- include/mcl/fp_tower.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mcl/fp_tower.hpp b/include/mcl/fp_tower.hpp index 138c2ff..170416f 100644 --- a/include/mcl/fp_tower.hpp +++ b/include/mcl/fp_tower.hpp @@ -506,7 +506,7 @@ struct Fp6T { Fp2::mul(ad, a, d); Fp2::mul(be, b, e); Fp2::mul(cf, c, f); - Fp2 t1, t2, t3, t4; + Fp2 t1, t2; Fp2::add(t1, b, c); Fp2::add(t2, e, f); t1 *= t2; // (b + c)(e + f)