From d859894f7a88e07e7beae8dc355278cfd6c185e2 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 27 May 2014 23:44:07 +0200 Subject: Remove fastd_true() --- src/crypto.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/crypto.h') diff --git a/src/crypto.h b/src/crypto.h index a228f5a..fbb77ec 100644 --- a/src/crypto.h +++ b/src/crypto.h @@ -93,7 +93,3 @@ static inline void xor(fastd_block128_t *x, const fastd_block128_t *a, const fas static inline void xor_a(fastd_block128_t *x, const fastd_block128_t *a) { xor(x, x, a); } - -static inline bool fastd_true(void) { - return true; -} -- cgit v1.2.3