1
0
Fork 0

remove alignas(64) because it breaks the binary on some platforms

This commit is contained in:
jsteemann 2016-11-17 17:16:31 +01:00
parent ed70c04d0e
commit aea25a04be
1 changed files with 0 additions and 4 deletions

View File

@ -521,11 +521,7 @@ class LogfileManager final : public application_features::ApplicationFeature {
// a lock protecting ALL buckets in _transactions
basics::ReadWriteLock _allTransactionsLock;
#ifdef _WIN32
struct {
#else
struct alignas(64) {
#endif
// a lock protecting _activeTransactions and _failedTransactions
basics::ReadWriteLock _lock;