sa_hex_format() is not defined in libutil, so get rid of it Signed-off-by: Johannes Thumshirn <[email protected]> --- include/fcoemon_utils.h | 3 --- 1 file changed, 3 deletions(-)
diff --git a/include/fcoemon_utils.h b/include/fcoemon_utils.h index fb79ace..fb3b1cc 100644 --- a/include/fcoemon_utils.h +++ b/include/fcoemon_utils.h @@ -134,9 +134,6 @@ extern void assert_failed(const char *s, ...); #endif /* LIBSA_USE_DANGEROUS_ROUTINES */ char *sa_strncpy_safe(char *dest, size_t len, const char *src, size_t src_len); -char *sa_hex_format(char *buf, size_t buflen, - const unsigned char *data, size_t data_len, - unsigned int group_len, char *inter_group_sep); /* * Structure for tables encoding and decoding name-value pairs such as enums. -- 2.4.6 _______________________________________________ fcoe-devel mailing list [email protected] http://lists.open-fcoe.org/mailman/listinfo/fcoe-devel
