diff options
author | Aki Niemi <aki.niemi@nokia.com> | 2010-02-05 11:58:46 +0200 |
---|---|---|
committer | Aki Niemi <aki.niemi@nokia.com> | 2010-04-20 14:10:17 +0300 |
commit | 0f1db581daf58ba75d84ccebe6f4b4ff1b34f929 (patch) | |
tree | 4c546294e364b944ae1aa6d3f9dd29dd4dcda5cd | |
parent | 88be6109a280a9746319c1e74987603dc09f4d82 (diff) | |
download | ofono-0f1db581daf58ba75d84ccebe6f4b4ff1b34f929.tar.bz2 |
Remove declaration of unused dump_msg()
-rw-r--r-- | drivers/isimodem/isiutil.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/isimodem/isiutil.h b/drivers/isimodem/isiutil.h index 95fcb590..fdc37351 100644 --- a/drivers/isimodem/isiutil.h +++ b/drivers/isimodem/isiutil.h @@ -59,6 +59,4 @@ static inline struct isi_cb_data *isi_cb_data_new(void *user, void *cb, f(&e, ##args); \ } while(0) -void dump_msg(const unsigned char *msg, size_t len); - #endif /* !__ISIMODEM_UTIL_H */ |