summaryrefslogtreecommitdiffstats
path: root/gc.c
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-23 11:34:03 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-23 11:34:03 +0000
commit18e76095b9f247d1f53770a2c94503da12bcaa9f (patch)
treeaa2c35ce63ecc37034ffbdf2af1262daf8071231 /gc.c
parent48ef8b0db9cde61541762a83ea428ad6a40fd927 (diff)
downloadruby-18e76095b9f247d1f53770a2c94503da12bcaa9f.tar.gz
ruby-18e76095b9f247d1f53770a2c94503da12bcaa9f.tar.xz
ruby-18e76095b9f247d1f53770a2c94503da12bcaa9f.zip
* gc.c: remove the definition of GC_DEBUG (debugging macro).
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gc.c b/gc.c
index 13c21450a..b3783bbf9 100644
--- a/gc.c
+++ b/gc.c
@@ -84,9 +84,6 @@ void *alloca ();
int ruby_gc_debug_indent = 0;
-#undef GC_DEBUG
-#define GC_DEBUG
-
/* for GC profile */
#define GC_PROFILE_MORE_DETAIL 0
typedef struct gc_profile_record {