Remove unneeded imports

This commit is contained in:
Sean Bowe
2018-02-20 12:54:26 -07:00
parent 5118fd5008
commit 39175a0c2a

View File

@@ -2,7 +2,6 @@ use pairing::{
Engine, Engine,
Field, Field,
PrimeField, PrimeField,
BitIterator
}; };
use bellman::{ use bellman::{
@@ -19,7 +18,6 @@ use super::{
use super::boolean::{ use super::boolean::{
self, self,
Boolean, Boolean,
AllocatedBit
}; };
pub struct AllocatedNum<E: Engine> { pub struct AllocatedNum<E: Engine> {