Remove unneeded imports

This commit is contained in:
Sean Bowe 2018-02-20 12:54:26 -07:00
parent 5118fd5008
commit 39175a0c2a
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 0 additions and 2 deletions

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> {