Remove VerifyResult since it is never used

This commit is contained in:
Andrew Poelstra 2014-08-09 19:07:55 -07:00
parent 80df78c9a9
commit 522bafe433
1 changed files with 0 additions and 3 deletions

View File

@ -77,9 +77,6 @@ pub enum Error {
/// Result type /// Result type
pub type Result<T> = ::std::prelude::Result<T, Error>; pub type Result<T> = ::std::prelude::Result<T, Error>;
/// Result of verifying a signature
pub type VerifyResult = Result<bool>;
static mut Secp256k1_init : Once = ONCE_INIT; static mut Secp256k1_init : Once = ONCE_INIT;
/// The secp256k1 engine, used to execute all signature operations /// The secp256k1 engine, used to execute all signature operations