aboutsummaryrefslogtreecommitdiffstats
path: root/src/sercomm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sercomm.c')
-rw-r--r--src/sercomm.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/sercomm.c b/src/sercomm.c
index 75e79684..d33db911 100644
--- a/src/sercomm.c
+++ b/src/sercomm.c
@@ -73,19 +73,6 @@ enum rx_state {
RX_ST_ESCAPE,
};
-
-#ifndef HOST_BUILD
-void osmo_sercomm_bind_uart(struct osmo_sercomm_inst *sercomm, int uart)
-{
- sercomm->uart_id = uart;
-}
-
-int osmo_sercomm_get_uart(struct osmo_sercomm_inst *sercomm)
-{
- return sercomm->uart_id;
-}
-#endif
-
void osmo_sercomm_init(struct osmo_sercomm_inst *sercomm)
{
unsigned int i;