aboutsummaryrefslogtreecommitdiffstats
path: root/ruby.c
diff options
context:
space:
mode:
Diffstat (limited to 'ruby.c')
-rw-r--r--ruby.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/ruby.c b/ruby.c
index 42f8cb3fc9..f3c7f88bd0 100644
--- a/ruby.c
+++ b/ruby.c
@@ -40,12 +40,6 @@
# define MAXPATHLEN 1024
#endif
-#ifndef HAVE_STRING_H
-char *strchr(const char*,const char);
-char *strrchr(const char*,const char);
-char *strstr(const char*,const char*);
-#endif
-
#include "util.h"
#ifndef HAVE_STDLIB_H