diff options
-rw-r--r-- | kbx/kbx-client-util.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kbx/kbx-client-util.c b/kbx/kbx-client-util.c index 910050372..e301ae025 100644 --- a/kbx/kbx-client-util.c +++ b/kbx/kbx-client-util.c @@ -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: */ |