sm: Remove statement without effect.

* sm/call-dirmngr.c (gpgsm_dirmngr_isvalid): Remove statement without
effect.

Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
Justus Winter 2016-10-06 14:30:56 +02:00
parent 6b626824c8
commit 2d446759bd
1 changed files with 0 additions and 1 deletions

View File

@ -559,7 +559,6 @@ gpgsm_dirmngr_isvalid (ctrl_t ctrl,
isvalid_status_cb, &stparm);
if (opt.verbose > 1)
log_info ("response of dirmngr: %s\n", rc? gpg_strerror (rc): "okay");
rc = rc;
if (!rc && stparm.seen)
{