From 4776b0526cb85e9ff67f4c54f04168a0591872ea Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 17 Dec 2018 16:48:59 +0100 Subject: VLR: drop unused struct members Change-Id: I322072653b41cf250aa2c1e346e00bae884feb84 --- include/osmocom/msc/vlr.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/osmocom/msc/vlr.h b/include/osmocom/msc/vlr.h index 68e0759d6..2f31063a6 100644 --- a/include/osmocom/msc/vlr.h +++ b/include/osmocom/msc/vlr.h @@ -171,9 +171,6 @@ struct vlr_subscr { /* PS (SGSN) specific parts */ struct { struct llist_head pdp_list; - uint8_t rac; - uint8_t sac; - struct gprs_mm_ctx *mmctx; } ps; /* CS (NITB/CSCN) specific parts */ struct { -- cgit v1.2.3