summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-16 13:50:18 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-16 13:50:18 +0000
commit6291abe61e8a363ad176ff1324f57f9915b48108 (patch)
tree2a0ca02638563200915743fff9b37eae6b915927
parent4b66a130828f684a187998d8abd4228aa2bc869b (diff)
* file.c (file_inspect_join): commit miss, applied a patch for old trunk.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9185 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/file.c b/file.c
index e6e56099c0..818d8087be 100644
--- a/file.c
+++ b/file.c
@@ -2709,7 +2709,6 @@ static VALUE
file_inspect_join(ary, arg)
VALUE ary;
VALUE *arg;
- int recur;
{
return rb_file_join(arg[0], arg[1]);
}