diff options
| author | Werner Koch <[email protected]> | 2011-08-10 12:11:30 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2011-08-10 12:11:30 +0000 |
| commit | 816bee1fa0d833ac72ea4e7d52465e6e1da2645d (patch) | |
| tree | 91be759197e74f2e32f821edecce8df6eb444742 /agent/gpg-agent.c | |
| parent | Fix autoconf warnings and update config.* files. (diff) | |
| download | gnupg-816bee1fa0d833ac72ea4e7d52465e6e1da2645d.tar.gz gnupg-816bee1fa0d833ac72ea4e7d52465e6e1da2645d.zip | |
Fixed set but unused variable bugs
Diffstat (limited to 'agent/gpg-agent.c')
| -rw-r--r-- | agent/gpg-agent.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c index a5486647e..061687550 100644 --- a/agent/gpg-agent.c +++ b/agent/gpg-agent.c @@ -568,7 +568,6 @@ main (int argc, char **argv ) { ARGPARSE_ARGS pargs; int orig_argc; - int may_coredump; char **orig_argv; FILE *configfp = NULL; char *configname = NULL; @@ -642,7 +641,7 @@ main (int argc, char **argv ) setup_libgcrypt_logging (); gcry_control (GCRYCTL_USE_SECURE_RNDPOOL); - may_coredump = disable_core_dumps (); + disable_core_dumps (); /* Set default options. */ parse_rereadable_options (NULL, 0); /* Reset them to default values. */ |
