summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-03-01 07:13:22 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-03-01 07:13:22 +0000
commit0b89081bbb4b69c70596107d834031974a857177 (patch)
treeeb558a614587ca46081c6587622611d781fba448 /include
parent27fbcb8e786f7b2049fea860a36217393a377423 (diff)
* internal.h (rb_file_const, rb_file_load_ok): moved functions for
internal use only. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34864 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include')
-rw-r--r--include/ruby/intern.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ruby/intern.h b/include/ruby/intern.h
index b42e17ca65..6f632973f2 100644
--- a/include/ruby/intern.h
+++ b/include/ruby/intern.h
@@ -413,8 +413,6 @@ VALUE rb_file_expand_path(VALUE, VALUE);
VALUE rb_file_s_absolute_path(int, VALUE *);
VALUE rb_file_absolute_path(VALUE, VALUE);
VALUE rb_file_dirname(VALUE fname);
-void rb_file_const(const char*, VALUE);
-int rb_file_load_ok(const char *);
int rb_find_file_ext_safe(VALUE*, const char* const*, int);
VALUE rb_find_file_safe(VALUE, int);
int rb_find_file_ext(VALUE*, const char* const*);