aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-04-24 11:35:37 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-04-24 11:35:37 +0200
commit4cf452fbd8873aad679e5d09d03e8ab1c7289e55 (patch)
treeac2892bdf539857c1beef78cdfc13d9ca7d7aed7 /include
parent7e300d8741c8dd3e9b6fced12ddc14526a9b4ef3 (diff)
Remove unused GSM_PAGING_OOM
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/msc/gsm_data_shared.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/osmocom/msc/gsm_data_shared.h b/include/osmocom/msc/gsm_data_shared.h
index 32c336bcc..f71e92b63 100644
--- a/include/osmocom/msc/gsm_data_shared.h
+++ b/include/osmocom/msc/gsm_data_shared.h
@@ -36,7 +36,6 @@ enum gsm_hooks {
enum gsm_paging_event {
GSM_PAGING_SUCCEEDED,
GSM_PAGING_EXPIRED,
- GSM_PAGING_OOM,
GSM_PAGING_BUSY,
};