aboutsummaryrefslogtreecommitdiffstats
path: root/include/libuutil.h
diff options
context:
space:
mode:
authorGiuseppe Di Natale <[email protected]>2017-09-19 12:17:29 -0700
committerBrian Behlendorf <[email protected]>2017-09-19 12:17:29 -0700
commit34d00e7aba13076e47dbd1791bd955c1e2f7b0c9 (patch)
tree4fca38c567b350660e6f2d6d53951bc356a2bb47 /include/libuutil.h
parent8e2dddab421e7131b7bd7eadd517fb36b59b2ddd (diff)
Correct cppcheck errors
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 6c132fe57..d0248901b 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;