summaryrefslogtreecommitdiff
path: root/board/cr50/dcrypto/dcrypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/dcrypto/dcrypto.h')
-rw-r--r--board/cr50/dcrypto/dcrypto.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/board/cr50/dcrypto/dcrypto.h b/board/cr50/dcrypto/dcrypto.h
index 561a1df7a9..3712f56fc4 100644
--- a/board/cr50/dcrypto/dcrypto.h
+++ b/board/cr50/dcrypto/dcrypto.h
@@ -46,14 +46,6 @@ enum hashing_mode {
HASH_NULL = 0x0010 /* = TPM_ALG_NULL, Only supported for PKCS#1 */
};
-#ifndef __warn_unused_result
-#define __warn_unused_result __attribute__((warn_unused_result))
-#endif
-
-#ifndef __always_inline
-#define __always_inline __inline __attribute__((always_inline))
-#endif
-
/**
* SHA1/SHA2, HMAC API
*/