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