From 752468b16ecf3d5bce61f139c5666e4ef2564f62 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 22 Oct 2009 17:49:36 -0500 Subject: Remove unused function --- src/gprs.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src') 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) { -- cgit v1.2.3