From ca42a316a80d661752618cf3ec5143c2b92f3125 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 16 Nov 2017 17:35:10 +0000 Subject: Remove DECAF_NOINLINE OpenSSL does not have this concept Reviewed-by: Bernd Edlinger (Merged from https://github.com/openssl/openssl/pull/5105) --- crypto/ec/curve448/curve448utils.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'crypto/ec/curve448/curve448utils.h') diff --git a/crypto/ec/curve448/curve448utils.h b/crypto/ec/curve448/curve448utils.h index 990821d07d..2487068856 100644 --- a/crypto/ec/curve448/curve448utils.h +++ b/crypto/ec/curve448/curve448utils.h @@ -20,13 +20,6 @@ extern "C" { #endif -/** @cond internal */ -#if defined(DOXYGEN) && !defined(__attribute__) -#define __attribute__((x)) -#endif -#define DECAF_NOINLINE __attribute__((noinline)) -/** @endcond */ - /* Internal word types. * * Somewhat tricky. This could be decided separately per platform. However, -- cgit v1.2.3