X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/45c0fd363937c6e9b05da04a9167e9912c05ca0c..d4bb7fded5f9a4b0db99f82e88f22effe94f2ff7:/mpmul.h diff --git a/mpmul.h b/mpmul.h index ecd7b3a..bd1f156 100644 --- a/mpmul.h +++ b/mpmul.h @@ -74,9 +74,6 @@ #define MPMUL_DEPTH (2 * (CHAR_BIT * sizeof(size_t) + 10)) -#define HWM (MPMUL_DEPTH - 20) -#define LWM (MPMUL_DEPTH / 2) - /*----- Data structures ---------------------------------------------------*/ typedef struct mpmul {