diff options
Diffstat (limited to 'Xtransutil.c')
-rw-r--r-- | Xtransutil.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Xtransutil.c b/Xtransutil.c index 320f87b..c83e029 100644 --- a/Xtransutil.c +++ b/Xtransutil.c @@ -431,20 +431,6 @@ TRANS(WSAStartup) (void) } #endif -#include <ctype.h> - -static int -is_numeric (const char *str) -{ - int i; - - for (i = 0; i < (int) strlen (str); i++) - if (!isdigit (str[i])) - return (0); - - return (1); -} - #ifdef TRANS_SERVER #include <sys/types.h> #include <sys/stat.h> |