keyboxd: Remove unused variables.

* kbx/kbx-client-util.c (datastream_thread): No need to set PK_NO and
UID_NO.

Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
Werner Koch 2020-09-23 12:04:06 +02:00
parent acaeba2dbd
commit 0ac003b457
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 0 additions and 2 deletions

View File

@ -176,7 +176,6 @@ datastream_thread (void *arg)
int rc;
unsigned char lenbuf[4];
size_t nread, datalen;
int pk_no, uid_no;
char *data, *tmpdata;
/* log_debug ("%s: started\n", __func__); */
@ -240,7 +239,6 @@ datastream_thread (void *arg)
else
{
/* log_debug ("parsing datastream succeeded\n"); */
pk_no = uid_no = 0; /* FIXME: Get this from the keyboxd. */
}
/* Thread-safe assignment to the result var: */