summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2016-04-30 13:18:21 +0100
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2016-04-30 13:58:26 +0100
commit387d935a54241540c3d5258fb09bba18f54969ae (patch)
tree36a60966c20246729d25776daafe146492031d15
parentd8aa2460ef92166d337fd20b0e1e3baaf9bd1e9a (diff)
LCD: Remove unneeded #undef with no matching #define.
-rw-r--r--src/core/hw/lcd.h2
1 files changed, 0 insertions, 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<Regs>::value, "Structure does not use standard layout");