Remove unused imports in curve::bench module.

This commit is contained in:
Isis Lovecruft 2017-05-18 03:42:31 +00:00
parent 0b70ab3638
commit 891cf76aab
Failed to extract signature

View file

@ -1654,7 +1654,7 @@ mod bench {
use test::Bencher;
use constants;
use super::*;
use super::test::{A_SCALAR, A_TIMES_BASEPOINT, B_SCALAR};
use super::test::{A_SCALAR};
#[bench]
fn basepoint_mult(b: &mut Bencher) {