Unused constexpr

This commit is contained in:
Paul Fd 2020-03-11 11:35:25 +01:00
parent dc25c5282e
commit cedc72a707
2 changed files with 0 additions and 2 deletions

View file

@ -30,7 +30,6 @@
using Type = float;
constexpr uintptr_t TypeAlignment { 4 };
constexpr uintptr_t TypeAlignmentMask { TypeAlignment - 1 };
constexpr uintptr_t ByteAlignment { TypeAlignment * sizeof(Type) };
constexpr uintptr_t ByteAlignmentMask { ByteAlignment - 1 };

View file

@ -17,7 +17,6 @@
using Type = float;
constexpr uintptr_t TypeAlignment { 4 };
constexpr uintptr_t TypeAlignmentMask { TypeAlignment - 1 };
constexpr uintptr_t ByteAlignment { TypeAlignment * sizeof(Type) };
constexpr uintptr_t ByteAlignmentMask { ByteAlignment - 1 };