diff options
Diffstat (limited to 'include/mpi.h')
-rw-r--r-- | include/mpi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mpi.h b/include/mpi.h index 7c4639f18..7a43b3018 100644 --- a/include/mpi.h +++ b/include/mpi.h @@ -41,7 +41,6 @@ int mpi_debug_mode; #define BITS_PER_MPI_LIMB (8*SIZEOF_UNSIGNED_LONG) #define BYTES_PER_MPI_LIMB SIZEOF_UNSIGNED_LONG -#define BYTES_PER_MPI_LIMB2 (2*SIZEOF_UNSIGNED_LONG) typedef unsigned long int mpi_limb_t; typedef signed long int mpi_limb_signed_t; |