From d7c2f3f8a412b64880fa07b65faabe2b56543290 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 7 Jul 2013 11:04:07 +0000 Subject: Useless comment removed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41823 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bignum.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bignum.c b/bignum.c index bc122fe8ce..ea828ff859 100644 --- a/bignum.c +++ b/bignum.c @@ -1841,11 +1841,6 @@ bary_mul(BDIGIT *zds, size_t zl, BDIGIT *xds, size_t xl, BDIGIT *yds, size_t yl) } } - -/* -xxx -*/ - #define BIGNUM_DEBUG 0 #if BIGNUM_DEBUG #define ON_DEBUG(x) do { x; } while (0) -- cgit v1.2.3