Skip to content

Commit 10c063c

Browse files
committed
remove Verify()
1 parent c97b79f commit 10c063c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

compiler-rt/lib/sanitizer_common/sanitizer_procmaps.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,6 @@ class MemoryMappingLayout : public MemoryMappingLayoutBase {
104104
// Adds all mapped objects into a vector.
105105
void DumpListOfModules(InternalMmapVectorNoCtor<LoadedModule> *modules);
106106

107-
# if SANITIZER_APPLE
108-
// Verify that the memory mapping is well-formed. (e.g. mappings do not
109-
// overlap)
110-
bool Verify();
111-
# endif
112-
113107
protected:
114108
#if SANITIZER_APPLE
115109
virtual const ImageHeader *CurrentImageHeader();

0 commit comments

Comments
 (0)