remove duplicated return

This commit is contained in:
Li Jie
2025-09-11 15:02:15 +08:00
parent c3b674d804
commit 50d1d2e19a

View File

@@ -151,7 +151,6 @@ func (hw *cheaderWriter) processSignatureTypes(sig *types.Signature, visiting ma
}
}
return nil
return nil
}
// goCTypeName returns the C type name for a Go type