diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gprs.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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) { |