diff options
author | Denis Kenzior <denis.kenzior@intel.com> | 2009-10-22 17:41:23 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2009-10-23 17:05:54 -0500 |
commit | 6f7ef99759c5eb3a1372f6f2b5110bc7c5ab5988 (patch) | |
tree | b142e9a5d292891cb4d62efadf80633ca3c04df1 | |
parent | 65f77b2b3aafcac04176f27ae89e71443d4a98c6 (diff) | |
download | ofono-6f7ef99759c5eb3a1372f6f2b5110bc7c5ab5988.tar.bz2 |
Remove unused function
-rw-r--r-- | src/gprs.c | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -99,17 +99,6 @@ static inline const char *gprs_context_type_to_string(int type) return NULL; } -static const char *gprs_build_context_path(struct ofono_gprs *gprs, - const struct ofono_gprs_primary_context *ctx) -{ - static char path[256]; - - snprintf(path, sizeof(path), "%s/primarycontext%02u", - __ofono_atom_get_path(gprs->atom), ctx->id); - - return path; -} - static struct context *gprs_context_by_path(struct ofono_gprs *gprs, const char *ctx_path) { |