aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2020-01-11 23:47:47 +0100
committerAlexander Couzens <lynxis@fe80.eu>2020-01-11 23:48:38 +0100
commit0bb8fce2f1ae160a5cd989a27daa0a8f6c749ab0 (patch)
treed52bd8bfab4306bb3ca62cef622e085ddf0bdc17 /include
parent637bbfcd9275f8c47212b29b50110f56ba6397bf (diff)
hlr: remove unused internal USSD list
struct hlr.iuse_list is not used at all. Change-Id: I7b51c195bbc107beb0a0bde72b266757fc4fd5e2
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/hlr/hlr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/osmocom/hlr/hlr.h b/include/osmocom/hlr/hlr.h
index 18c4a1d..0564518 100644
--- a/include/osmocom/hlr/hlr.h
+++ b/include/osmocom/hlr/hlr.h
@@ -46,7 +46,6 @@ struct hlr {
struct llist_head euse_list;
struct hlr_euse *euse_default;
- struct llist_head iuse_list;
/* NCSS (call independent) session guard timeout value */
int ncss_guard_timeout;