aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/gsm_data_shared.h
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-06-05 00:32:01 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-06-05 02:14:48 +0700
commit4fa3598639efb29424bc2c89ead9abf5c04409f0 (patch)
tree2185f66ce65c9483950e27d27df53df82858bccd /include/osmo-bts/gsm_data_shared.h
parent36e2b55a9ef857bb8b810dd479daa97f7659e8ba (diff)
gsm_data_shared: drop declaration of non-existing gsm_parse_reg()
Diffstat (limited to 'include/osmo-bts/gsm_data_shared.h')
-rw-r--r--include/osmo-bts/gsm_data_shared.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/osmo-bts/gsm_data_shared.h b/include/osmo-bts/gsm_data_shared.h
index 45feda66..ee73952c 100644
--- a/include/osmo-bts/gsm_data_shared.h
+++ b/include/osmo-bts/gsm_data_shared.h
@@ -1,7 +1,6 @@
#ifndef _GSM_DATA_SHAREDH
#define _GSM_DATA_SHAREDH
-#include <regex.h>
#include <stdbool.h>
#include <stdint.h>
@@ -814,12 +813,6 @@ uint8_t gsm_lchan_as_pchan2chan_nr(const struct gsm_lchan *lchan,
/* return the gsm_lchan for the CBCH (if it exists at all) */
struct gsm_lchan *gsm_bts_get_cbch(struct gsm_bts *bts);
-/*
- * help with parsing regexps
- */
-int gsm_parse_reg(void *ctx, regex_t *reg, char **str,
- int argc, const char **argv) __attribute__ ((warn_unused_result));
-
#define BSIC2BCC(bsic) ((bsic) & 0x3)
static inline uint8_t gsm_ts_tsc(const struct gsm_bts_trx_ts *ts)