LCD: Remove unneeded #undef with no matching #define.

This commit is contained in:
Emmanuel Gil Peyrot 2016-04-30 13:18:21 +01:00
parent 591a792a31
commit 2d5eb25cad

View file

@ -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");