diff options
author | Denis Kenzior <denis.kenzior@intel.com> | 2009-10-22 17:49:36 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2009-10-23 17:05:55 -0500 |
commit | 752468b16ecf3d5bce61f139c5666e4ef2564f62 (patch) | |
tree | a5bbdfd53f6f6097ba38b646bc9561d20aba4805 /src | |
parent | 8e0797ca249568d616221a024896628f9f436823 (diff) | |
download | ofono-752468b16ecf3d5bce61f139c5666e4ef2564f62.tar.bz2 |
Remove unused function
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) { |