[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] factor: remove outdated conditional
From: |
Tim Bücher |
Subject: |
[PATCH] factor: remove outdated conditional |
Date: |
Wed, 06 Jul 2016 22:56:36 +0200 |
diff --git a/src/factor.c b/src/factor.c
index 8fee759..27e836b 100644
--- a/src/factor.c
+++ b/src/factor.c
@@ -215,12 +215,6 @@ const unsigned char factor_clz_tab[129] =
#endif
-#if !defined __clz_tab && !defined UHWtype
-/* Without this seemingly useless conditional, gcc -Wunused-macros
- warns that each of the two tested macros is unused on Fedora 18.
- FIXME: this is just an ugly band-aid. Fix it properly. */
-#endif
-
/* 2*3*5*7*11...*101 is 128 bits, and has 26 prime factors */
#define MAX_NFACTS 26
- [PATCH] factor: remove outdated conditional,
Tim Bücher <=