Skip to content

Commit 77bfdb6

Browse files
committed
Drop empty_val_check_suffix_from_path for Signature as its unused
1 parent 87b4968 commit 77bfdb6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

c-bindings-gen/src/types.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1543,7 +1543,6 @@ impl<'a, 'c: 'a> TypeResolver<'a, 'c> {
15431543
fn empty_val_check_suffix_from_path(&self, full_path: &str) -> Option<&str> {
15441544
match full_path {
15451545
"secp256k1::PublicKey"|"bitcoin::secp256k1::PublicKey" => Some(".is_null()"),
1546-
"bitcoin::secp256k1::ecdsa::Signature" => Some(".is_null()"),
15471546
_ => None
15481547
}
15491548
}

0 commit comments

Comments
 (0)