From 6599f47dcca35c47787f07cefc57fb11617a271e Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Sat, 10 Jul 2021 20:00:47 -0700 Subject: [PATCH] :fire: removed INLINE macro --- ccash_config.hpp.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/ccash_config.hpp.in b/ccash_config.hpp.in index f890663..18141c7 100644 --- a/ccash_config.hpp.in +++ b/ccash_config.hpp.in @@ -1,8 +1,5 @@ #pragma once -#define INLINE __attribute__((always_inline)) inline - - // Setting to 0 does not compile logging (useful for if disk/memory is very valuable) #define MAX_LOG_SIZE @MAX_LOG_SIZE_VAL@