summaryrefslogtreecommitdiffstats
path: root/src/crypto.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-05-27 23:44:07 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-05-27 23:44:07 +0200
commitd859894f7a88e07e7beae8dc355278cfd6c185e2 (patch)
treea0de7e31e8e10dfab1f2b981348d6a11e95597d7 /src/crypto.h
parentb9f329256d5911d9694b44ce1e4545d78fdd5340 (diff)
downloadfastd-d859894f7a88e07e7beae8dc355278cfd6c185e2.tar
fastd-d859894f7a88e07e7beae8dc355278cfd6c185e2.zip
Remove fastd_true()
Diffstat (limited to 'src/crypto.h')
-rw-r--r--src/crypto.h4
1 files changed, 0 insertions, 4 deletions
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;
-}