Blame nettle-3.2-version-h.patch

78c3500
diff --git a/version.h.in b/version.h.in
78c3500
index cf429f2..da0ad15 100644
78c3500
--- a/version.h.in
78c3500
+++ b/version.h.in
78c3500
@@ -45,12 +45,6 @@ extern "C" {
78c3500
 
78c3500
 #define NETTLE_USE_MINI_GMP @NETTLE_USE_MINI_GMP@
78c3500
 
78c3500
-/* We need a preprocessor constant for GMP_NUMB_BITS, simply using
78c3500
-   sizeof(mp_limb_t) * CHAR_BIT is not good enough. */
78c3500
-#if NETTLE_USE_MINI_GMP
78c3500
-# define GMP_NUMB_BITS @GMP_NUMB_BITS@
78c3500
-#endif
78c3500
-
78c3500
 int
78c3500
 nettle_version_major (void);
78c3500