Fix cargo build --no-default-features.

This commit is contained in:
Brian Smith 2019-04-11 13:29:31 -10:00
parent 92578fe258
commit d27df1c7e0

View File

@ -56,8 +56,6 @@ pub enum LimbMask {
pub const LIMB_BYTES: usize = (LIMB_BITS + 7) / 8;
#[allow(dead_code)]
#[cfg(feature = "use_heap")]
#[inline]
pub fn limbs_equal_limbs_consttime(a: &[Limb], b: &[Limb]) -> LimbMask {
extern "C" {