g10/options.h (opt): remove unused flags member rfc4880bis (not used). --
Signed-off-by: Daniel Kahn Gillmor <[email protected]> --- g10/options.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/g10/options.h b/g10/options.h index 6f5017196..2f73a9cf4 100644 --- a/g10/options.h +++ b/g10/options.h @@ -285,8 +285,6 @@ struct unsigned int disable_signer_uid:1; unsigned int include_key_block:1; unsigned int auto_key_import:1; - /* Flag to enable experimental features from RFC4880bis. */ - unsigned int rfc4880bis:1; /* Hack: --output is not given but OUTFILE was temporary set to "-". */ unsigned int dummy_outfile:1; /* Force the use of the OpenPGP card and do not allow the use of -- 2.47.2 _______________________________________________ Gnupg-devel mailing list [email protected] https://lists.gnupg.org/mailman/listinfo/gnupg-devel
