mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Remove an unused variable.
* g10/getkey.c (getkey_ctx_s): Remove last_rc.
This commit is contained in:
parent
091c35ec72
commit
a23c30fb59
2 changed files with 1 additions and 3 deletions
|
@ -1954,7 +1954,7 @@ parse_key (IOBUF inp, int pkttype, unsigned long pktlen,
|
|||
else if (version == 4)
|
||||
{
|
||||
/* The only supported version. Use an older gpg
|
||||
versions (i.e. gpg 1.4 to parse v3 packets). */
|
||||
version (i.e. gpg 1.4) to parse v3 packets. */
|
||||
}
|
||||
else if (version == 2 || version == 3)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue