From f01dc598a03fae597935efc4bbd89cad45ae58bb Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sat, 22 Dec 2018 04:44:08 +0700 Subject: layer23/sap_interface.c: drop unused osmosap_sapsocket() Change-Id: Ie3040c75bb61094b9b601aef9d699db603d292f4 --- src/host/layer23/include/osmocom/bb/common/sap_interface.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/host/layer23/include/osmocom') diff --git a/src/host/layer23/include/osmocom/bb/common/sap_interface.h b/src/host/layer23/include/osmocom/bb/common/sap_interface.h index 67e859b2..e2aad3f2 100644 --- a/src/host/layer23/include/osmocom/bb/common/sap_interface.h +++ b/src/host/layer23/include/osmocom/bb/common/sap_interface.h @@ -6,7 +6,6 @@ int sap_open(struct osmocom_ms *ms, const char *socket_path); int sap_close(struct osmocom_ms *ms); int osmosap_send_apdu(struct osmocom_ms *ms, uint8_t *data, uint16_t length); int osmosap_register_handler(struct osmocom_ms *ms, osmosap_cb_t cb); -int osmosap_sapsocket(struct osmocom_ms *ms, const char *path); int osmosap_init(struct osmocom_ms *ms); enum osmosap_state { -- cgit v1.2.3