mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
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:
parent
acaeba2dbd
commit
0ac003b457
@ -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: */
|
||||
|
Loading…
x
Reference in New Issue
Block a user