summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mpc.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mpc.h b/src/mpc.h
index 8f38538..ee6e7f6 100644
--- a/src/mpc.h
+++ b/src/mpc.h
@@ -129,12 +129,6 @@ typedef __gmp_const __mpc_struct *mpc_srcptr;
#define __MPC_DECLSPEC __GMP_DECLSPEC
#endif
-#if __GMP_LIBGMP_DLL
-# define __MPC_DECLSPEC __GMP_DECLSPEC_EXPORT
-#else
-# define __MPC_DECLSPEC __GMP_DECLSPEC
-#endif
-
#if defined (__cplusplus)
extern "C" {
#endif