Remove `alignas(8) from TypeStorage class

This is here from history at a time where it was bit-packed and storage was dependent on this.

PiperOrigin-RevId: 240071093
This commit is contained in:
Mehdi Amini 2019-03-24 20:34:16 -07:00 committed by jpienaar
parent d9b5bc8f55
commit 5c8113ef80
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ namespace detail {
class TypeUniquer;
/// Base storage class appearing in a Type.
struct alignas(8) TypeStorage {
struct TypeStorage {
friend TypeUniquer;
protected: