diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2023-06-15 16:58:45 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2023-06-15 16:58:45 +0200 |
commit | 6ac755aff400873a2a62f18948f32a14d8725bd8 (patch) | |
tree | 83e0d80c1f4c04f1026b89f1012db67edd60252c /Xtransutil.c | |
parent | 495fa1b46b2937e199052e1e40a2a2072dd11888 (diff) | |
parent | 3b3a3bd75d86aec78f6ef893b198c3efc378bc64 (diff) |
Merge remote-tracking branch 'origin/master' into obsd
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> |