summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)