aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-07-13 12:52:18 +0200
committerIvan Kluchnikov <kluchnikovi@gmail.com>2013-07-30 12:20:15 +0400
commitd8157c07df5e89fd40c4f3e7e6ecca542815a40f (patch)
tree7a686dc60ae072d7f065a98db19a7eef22793c35
parent90692f93cf48e7c3e3ce2ebb0718a0ad0a53d950 (diff)
misc: Remove the unused sgsn pointer from the compilation unit
-rw-r--r--src/gprs_bssgp_pcu.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gprs_bssgp_pcu.cpp b/src/gprs_bssgp_pcu.cpp
index 2b5068e9..66c4cb7a 100644
--- a/src/gprs_bssgp_pcu.cpp
+++ b/src/gprs_bssgp_pcu.cpp
@@ -33,7 +33,6 @@ struct osmo_pcu {
static struct osmo_pcu the_pcu = { 0, };
-struct sgsn_instance *sgsn;
extern void *tall_pcu_ctx;
extern uint16_t spoof_mcc, spoof_mnc;