[hwasan] remove stale data field

llvm-svn: 340442
This commit is contained in:
Kostya Serebryany 2018-08-22 19:47:19 +00:00
parent 538f8ab438
commit bb4cf6e1e1
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@
namespace __hwasan {
struct HwasanThreadLocalMallocStorage {
uptr quarantine_cache[16];
// Allocator cache contains atomic_uint64_t which must be 8-byte aligned.
ALIGNED(8) uptr allocator_cache[96 * (512 * 8 + 16)]; // Opaque.
void CommitBack();