aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ruby/missing.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/ruby/missing.h b/include/ruby/missing.h
index 0384b995e3..392998c841 100644
--- a/include/ruby/missing.h
+++ b/include/ruby/missing.h
@@ -130,10 +130,6 @@ extern char *strrchr(const char *, int);
extern char *strerror(int);
#endif
-#ifndef HAVE_STRFTIME
-extern size_t strftime(char *, size_t, const char *, const struct tm *);
-#endif
-
#ifndef HAVE_STRSTR
extern char *strstr(const char *, const char *);
#endif