diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-05-12 09:07:57 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-05-12 09:07:57 +0000 |
| commit | a6dcd4ff38476c301f3385a3999fb6452bd462c7 (patch) | |
| tree | c0805e6c95d6396e28e6129d88905c4dee085f4e /hash.c | |
| parent | 23d67024ca56858b2fd6bfb95156f2355bc0a2b5 (diff) | |
| download | ruby-a6dcd4ff38476c301f3385a3999fb6452bd462c7.tar.gz ruby-a6dcd4ff38476c301f3385a3999fb6452bd462c7.tar.xz ruby-a6dcd4ff38476c301f3385a3999fb6452bd462c7.zip | |
2000-05-12
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'hash.c')
| -rw-r--r-- | hash.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -688,8 +688,6 @@ static VALUE rb_hash_to_s(hash) VALUE hash; { - VALUE str; - if (rb_inspecting_p(hash)) return rb_str_new2("{...}"); return rb_protect_inspect(to_s_hash, hash, 0); } @@ -929,8 +927,6 @@ env_fetch(argc, argv) char *nam, *env; int len; - VALUE val; - rb_scan_args(argc, argv, "11", &key, &if_none); nam = rb_str2cstr(key, &len); if (strlen(nam) != len) { |
