Skip to content

Commit

Permalink
chore: remove unused qmi_priv variable
Browse files Browse the repository at this point in the history
  • Loading branch information
damonto committed Nov 7, 2024
1 parent 0b22e14 commit 8e174df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apdu.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ package libeuicc
#include "interface.h"
static struct qmi_data *qmi_priv;
extern int libeuiccApduConnect(struct euicc_ctx *ctx);
extern void libeuiccApduDisconnect(struct euicc_ctx *ctx);
extern int libeuiccApduOpenLogicalChannel(struct euicc_ctx *ctx, uint8_t *aid, uint8_t aid_len);
Expand Down

0 comments on commit 8e174df

Please sign in to comment.