aboutsummaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-30 09:41:40 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-30 09:41:40 +0000
commita9139bbdd5b48b27f7e89a8fda15d1a12960a356 (patch)
tree5aae4555865a91c559dd128d7c867ba1e5af299d /win32
parent2e3729d050f0f8ce5ca9143aa1e26e6f2d8dc4ce (diff)
downloadruby-a9139bbdd5b48b27f7e89a8fda15d1a12960a356.tar.gz
* win32/file.c (rb_freopen): remove debug code.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51071 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/file.c b/win32/file.c
index 99d94fef46..35b972f222 100644
--- a/win32/file.c
+++ b/win32/file.c
@@ -739,7 +739,6 @@ rb_freopen(VALUE fname, const char *mode, FILE *file)
{
FILE *newfp = 0;
e = _wfreopen_s(&newfp, wname, wmode, file);
- if (e != 0) cprintf("DEBUG: %d [%ls] [%ls]\n", e, wname, wmode);
}
#endif
xfree(wname);