From 8cba33793dff96fd4abefd26339ef303f7b53974 Mon Sep 17 00:00:00 2001 From: "S. Gilles" Date: Tue, 6 Nov 2018 14:43:44 -0500 Subject: [PATCH] Remove dead debug code in bfzIII.c --- bfzIII.c | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/bfzIII.c b/bfzIII.c index e95e423..ed63abc 100644 --- a/bfzIII.c +++ b/bfzIII.c @@ -594,22 +594,6 @@ main(int argc, char **argv) break; } -#if 0 - - for (size_t i = 0; i < n; ++i) { - printf(" [ "); - - for (size_t j = 0; j < n; ++j) { - printf("%3d ", bij(typ, n, i, j)); - } - - printf("]"); - printf("\n"); - } - - goto done; -#endif - if (parse_word(uword, n, &u_seq, &u_seq_len) < 0) { fprintf(stderr, "Invalid u-word: \u2018%s\u2019\n", uword); ret = EINVAL; -- 2.11.4.GIT