mirror of
https://git.proxmox.com/git/perlmod
synced 2025-10-04 22:07:05 +00:00
macro: comment out unused field
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
3b56a68df4
commit
c2c6d6572b
@ -126,7 +126,7 @@ pub struct FunctionAttrs {
|
|||||||
pub perl_name: Option<Ident>,
|
pub perl_name: Option<Ident>,
|
||||||
pub xs_name: Option<Ident>,
|
pub xs_name: Option<Ident>,
|
||||||
pub raw_return: bool,
|
pub raw_return: bool,
|
||||||
pub cv_variable: Option<Ident>,
|
//pub cv_variable: Option<Ident>,
|
||||||
pub prototype: Option<String>,
|
pub prototype: Option<String>,
|
||||||
pub serialize_error: bool,
|
pub serialize_error: bool,
|
||||||
pub errno: bool,
|
pub errno: bool,
|
||||||
|
Loading…
Reference in New Issue
Block a user