Remove unused CCID_STATE_RECEIVE and CCID_STATE_SEND state.

It was used before when Gnuk uses extended APDU exchange (7 years ago).
This commit is contained in:
NIIBE Yutaka
2018-11-09 12:52:21 +09:00
parent 69e8c0f334
commit 5aee75fd4b
3 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
2018-11-09 NIIBE Yutaka <gniibe@fsij.org>
* src/main.c (display_status_code): There is
no case where ccid_state == CCID_STATE_RECEIVE.
* src/gnuk.h (CCID_STATE_RECEIVE): Remove.
(CCID_STATE_SEND): Remove.
2018-10-12 NIIBE Yutaka <gniibe@fsij.org>
* src/usb-ccid.c (ccid_thread): Notify host about ack button.