Remove unused function

This commit is contained in:
Denis Kenzior 2009-10-22 17:49:36 -05:00 committed by Denis Kenzior
parent 8e0797ca24
commit 752468b16e
1 changed files with 0 additions and 8 deletions

View File

@ -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) {