From 77bfdb6ccc3a3c3b45687a8e8ecaa69bb52c7cbf Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Thu, 28 Sep 2023 02:29:48 +0000 Subject: [PATCH] Drop `empty_val_check_suffix_from_path` for Signature as its unused --- c-bindings-gen/src/types.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/c-bindings-gen/src/types.rs b/c-bindings-gen/src/types.rs index 6a5f3e2..007a05b 100644 --- a/c-bindings-gen/src/types.rs +++ b/c-bindings-gen/src/types.rs @@ -1543,7 +1543,6 @@ impl<'a, 'c: 'a> TypeResolver<'a, 'c> { fn empty_val_check_suffix_from_path(&self, full_path: &str) -> Option<&str> { match full_path { "secp256k1::PublicKey"|"bitcoin::secp256k1::PublicKey" => Some(".is_null()"), - "bitcoin::secp256k1::ecdsa::Signature" => Some(".is_null()"), _ => None } } -- 2.30.2