[PATCH 14/21] gprs: Refactor to share remove_context method

2011-01-12 Thread Frédéric Dalleau
From: Zhenhua Zhang Remove duplicated code in gprs_deactivate_for_remove and gprs_remove_context. So they could share the same remove_context method. --- src/gprs.c | 59 +-- 1 files changed, 29 insertions(+), 30 deletions(-) diff --git

[PATCH 14/21] gprs: Refactor to share remove_context method

2010-09-29 Thread Zhenhua Zhang
Remove duplicated code in gprs_deactivate_for_remove and gprs_remove_context. So they could share the same remove_context method. --- src/gprs.c | 58 -- 1 files changed, 28 insertions(+), 30 deletions(-) diff --git a/src/gprs.c b/src/gprs