From 483a3203fb3d17207cfe9855308205642b4677ec Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 2 Dec 2019 11:23:51 +0100 Subject: [PATCH] simtrace2_api: Remove dead code Change-Id: Iab393a6cf9ae1218e1554d9c0bfb7aab2cc3c35e --- host/lib/simtrace2_api.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/host/lib/simtrace2_api.c b/host/lib/simtrace2_api.c index 7a0289d7..b2b2829f 100644 --- a/host/lib/simtrace2_api.c +++ b/host/lib/simtrace2_api.c @@ -38,11 +38,8 @@ #include -//#include #include #include -//#include "apdu_dispatch.h" -//#include "simtrace2-discovery.h" #include #include @@ -60,14 +57,6 @@ static struct msgb *st_msgb_alloc(void) return msgb_alloc_headroom(1024+32, 32, "SIMtrace"); } -#if 0 -static void apdu_out_cb(uint8_t *buf, unsigned int len, void *user_data) -{ - printf("APDU: %s\n", osmo_hexdump(buf, len)); - gsmtap_send_sim(buf, len); -} -#endif - /*! \brief Transmit a given command to the SIMtrace2 device */ int osmo_st2_transp_tx_msg(struct osmo_st2_transport *transp, struct msgb *msg) {