forked from OSchip/llvm-project
[NFC] Remove unused function.
Differential Revision: https://reviews.llvm.org/D85944
This commit is contained in:
parent
6b66f21446
commit
800f0eda5b
|
@ -29,10 +29,6 @@ static const char kShadowMemoryMappingHint[] =
|
|||
"HINT: if %s is not supported in your environment, you may set "
|
||||
"TSAN_OPTIONS=%s=0\n";
|
||||
|
||||
static void NoHugePagesInShadow(uptr addr, uptr size) {
|
||||
SetShadowRegionHugePageMode(addr, size);
|
||||
}
|
||||
|
||||
static void DontDumpShadow(uptr addr, uptr size) {
|
||||
if (common_flags()->use_madv_dontdump)
|
||||
if (!DontDumpShadowMemory(addr, size)) {
|
||||
|
|
Loading…
Reference in New Issue