From 387d935a54241540c3d5258fb09bba18f54969ae Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sat, 30 Apr 2016 13:18:21 +0100 Subject: [PATCH] LCD: Remove unneeded #undef with no matching #define. --- src/core/hw/lcd.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/hw/lcd.h b/src/core/hw/lcd.h index 3dd877fbf..57029c5e8 100644 --- a/src/core/hw/lcd.h +++ b/src/core/hw/lcd.h @@ -52,8 +52,6 @@ struct Regs { return content[index]; } -#undef ASSERT_MEMBER_SIZE - }; static_assert(std::is_standard_layout::value, "Structure does not use standard layout");