summaryrefslogtreecommitdiffstats
path: root/include/libuutil.h
diff options
context:
space:
mode:
authorGiuseppe Di Natale <[email protected]>2017-09-20 12:59:21 -0700
committerTony Hutter <[email protected]>2017-09-20 12:59:21 -0700
commitbef6a8bc3a1b58db1239ea327cc1efdcc611cab2 (patch)
tree8ff5cd5095a7fada1b006286538fbc71d88a71b1 /include/libuutil.h
parent266b181e7594592e6db63b5e22584373585922ef (diff)
Correct cppcheck errors (#6662)
ZFS buildbot STYLE builder was moved to Ubuntu 17.04 which has a newer version of cppcheck. Handle the new cppcheck errors. uu_* functions removed in this commit were unused and effectively dead code. They are now retired. Reviewed-by: George Melikov <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Giuseppe Di Natale <[email protected]> Closes #6653
Diffstat (limited to 'include/libuutil.h')
-rw-r--r--include/libuutil.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/libuutil.h b/include/libuutil.h
index 667542446..71337159a 100644
--- a/include/libuutil.h
+++ b/include/libuutil.h
@@ -99,12 +99,6 @@ extern int *uu_exit_fatal(void);
extern int *uu_exit_usage(void);
/*
- * string->number conversions
- */
-extern int uu_strtoint(const char *, void *, size_t, int, int64_t, int64_t);
-extern int uu_strtouint(const char *, void *, size_t, int, uint64_t, uint64_t);
-
-/*
* Debug print facility functions.
*/
typedef struct uu_dprintf uu_dprintf_t;