summaryrefslogtreecommitdiffstats
path: root/ext/dbm
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-11-09 02:29:45 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-11-09 02:29:45 +0000
commitf96cceada50ee8b4d369186f6afdf74f53f8007b (patch)
tree2fb11a9d0181d0a5fb61482d3f7e377485822dda /ext/dbm
parent0104ca814205b03db79a3b0767186ccbc0dab40c (diff)
downloadruby-f96cceada50ee8b4d369186f6afdf74f53f8007b.tar.gz
ruby-f96cceada50ee8b4d369186f6afdf74f53f8007b.tar.xz
ruby-f96cceada50ee8b4d369186f6afdf74f53f8007b.zip
eban
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1032 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/dbm')
-rw-r--r--ext/dbm/dbm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/dbm/dbm.c b/ext/dbm/dbm.c
index 830a61680..55c60bf3b 100644
--- a/ext/dbm/dbm.c
+++ b/ext/dbm/dbm.c
@@ -83,7 +83,6 @@ fdbm_s_open(argc, argv, klass)
}
if (!dbm) {
- printf("mode: %o\n", mode);
if (mode == -1) return Qnil;
rb_sys_fail(RSTRING(file)->ptr);
}