From 32abf6aa80d92576db59b5380b30dabe4152bdf0 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Fri, 23 Feb 2018 11:47:11 -0800 Subject: util: drop stdio ask_$type() helpers With drmsetup.c gone these are no longer used and I don't see their use returning. Get rid of them. --- src/util.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 7d182d8..df455a3 100644 --- a/src/util.h +++ b/src/util.h @@ -28,7 +28,5 @@ ((_a) > (_b) ? (_a) : (_b)) unsigned get_ncpus(void); -void ask_string(char *buf, int len, const char *prompt, const char *def); -void ask_num(int *res, int max, const char *prompt, int def); #endif /* _UTIL_H */ -- cgit v1.2.1