summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorrhe <rhe@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-21 06:03:12 +0000
committerrhe <rhe@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-21 06:03:12 +0000
commit70c9bb4b81d06783121782cc54fde7ac80b72ba4 (patch)
tree2859048ad859b82be3390023de5242f9e66c1c48 /include
parent16ffd476399df9259d3496ec5aa15b2f2c4006ed (diff)
Remove missing/strtol.c
It is never used. We don't need it anyway as it's part of C89 which is our current minimum requirement. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58430 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include')
-rw-r--r--include/ruby/missing.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/ruby/missing.h b/include/ruby/missing.h
index 3474ca256f..a3d7a6b7b7 100644
--- a/include/ruby/missing.h
+++ b/include/ruby/missing.h
@@ -214,12 +214,6 @@ RUBY_EXTERN char *strerror(int);
RUBY_EXTERN char *strstr(const char *, const char *);
#endif
-/*
-#ifndef HAVE_STRTOL
-RUBY_EXTERN long strtol(const char *, char **, int);
-#endif
-*/
-
#ifndef HAVE_STRLCPY
RUBY_EXTERN size_t strlcpy(char *, const char*, size_t);
#endif