aboutsummaryrefslogtreecommitdiffstats
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
commite23d050e9360f39baabf7d12a05a7fcbd08e36cc (patch)
tree2859048ad859b82be3390023de5242f9e66c1c48 /include
parent191fb914c5490d1a11023d81994a41195e93da03 (diff)
downloadruby-e23d050e9360f39baabf7d12a05a7fcbd08e36cc.tar.gz
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