From: Matt Corallo Date: Thu, 28 Sep 2023 02:29:48 +0000 (+0000) Subject: Drop `empty_val_check_suffix_from_path` for Signature as its unused X-Git-Tag: v0.0.117.0^2~8 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-c-bindings;a=commitdiff_plain;h=77bfdb6ccc3a3c3b45687a8e8ecaa69bb52c7cbf Drop `empty_val_check_suffix_from_path` for Signature as its unused --- 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 } }