Remove declaration of unused dump_msg()

This commit is contained in:
Aki Niemi 2010-02-05 11:58:46 +02:00
parent 88be6109a2
commit 0f1db581da
1 changed files with 0 additions and 2 deletions

View File

@ -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 */