From c1a2213a58ddbbc02ba62975af5b65294e305470 Mon Sep 17 00:00:00 2001 From: mchodzikiewicz <33954140+mchodzikiewicz@users.noreply.github.com> Date: Thu, 10 May 2018 17:07:22 +0200 Subject: [PATCH] Fixed endif and namespace ending mismatch (#74) --- include/etl/debug_count.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/etl/debug_count.h b/include/etl/debug_count.h index beebe6a7..b603b00c 100644 --- a/include/etl/debug_count.h +++ b/include/etl/debug_count.h @@ -123,14 +123,6 @@ namespace etl int32_t count; }; -#else -#define ETL_DECLARE_DEBUG_COUNT -#define ETL_INCREMENT_DEBUG_COUNT -#define ETL_DECREMENT_DEBUG_COUNT -#define ETL_ADD_DEBUG_COUNT(n) -#define ETL_SUBTRACT_DEBUG_COUNT(n) -#define ETL_RESET_DEBUG_COUNT -#endif // ETL_DEBUG_COUNT } #else