tsan: remove unused const

llvm-svn: 167835
This commit is contained in:
Dmitry Vyukov 2012-11-13 14:13:21 +00:00
parent 041eaf976c
commit 6d67d3b0ee
1 changed files with 0 additions and 4 deletions

View File

@ -231,10 +231,6 @@ class Shadow : public FastState {
}
};
// Freed memory.
// As if 8-byte write by thread 0xff..f at epoch 0xff..f, races with everything.
const u64 kShadowFreed = 0xfffffffffffffff8ull;
struct SignalContext;
// This struct is stored in TLS.