aboutsummaryrefslogtreecommitdiffstats
path: root/bignum.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-07 11:04:07 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-07 11:04:07 +0000
commitd7c2f3f8a412b64880fa07b65faabe2b56543290 (patch)
tree054688d364891e73e99e33fba48f22b0c58d2c57 /bignum.c
parent42d6020059f91c06b96bf7729342a71751d4e801 (diff)
downloadruby-d7c2f3f8a412b64880fa07b65faabe2b56543290.tar.gz
Useless comment removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41823 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bignum.c')
-rw-r--r--bignum.c5
1 files changed, 0 insertions, 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)