From fe4b81d69af035f55ca9dd0d3ac28f600935b4ce Mon Sep 17 00:00:00 2001 From: "Gustavo F. Padovan" Date: Fri, 20 May 2011 16:03:40 -0300 Subject: gprs: remove set but not used var --- src/gprs.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/gprs.c b/src/gprs.c index 9d6e8297..559a43d3 100644 --- a/src/gprs.c +++ b/src/gprs.c @@ -276,14 +276,11 @@ static void gprs_cid_release(struct ofono_gprs *gprs, unsigned int id) static gboolean assign_context(struct pri_context *ctx) { struct idmap *cidmap = ctx->gprs->cid_map; - unsigned int cid_min; GSList *l; if (cidmap == NULL) return FALSE; - cid_min = idmap_get_min(cidmap); - ctx->context.cid = gprs_cid_alloc(ctx->gprs); if (ctx->context.cid == 0) return FALSE; -- cgit v1.2.3