summaryrefslogtreecommitdiffstats
path: root/src/gprs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gprs.c')
-rw-r--r--src/gprs.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gprs.c b/src/gprs.c
index 788ba7d9..d35c869a 100644
--- a/src/gprs.c
+++ b/src/gprs.c
@@ -77,14 +77,6 @@ struct pri_context {
static void gprs_netreg_update(struct ofono_gprs *gprs);
-static gint context_compare(gconstpointer a, gconstpointer b)
-{
- const struct context *ctxa = a;
- const struct context *ctxb = a;
-
- return ctxa->context->id - ctxb->context->id;
-}
-
static inline const char *gprs_context_type_to_string(int type)
{
switch (type) {