Skip to content

Commit 8d1d873

Browse files
authored
Merge pull request #18532 from dcci/deadreflectme
2 parents bfa4c73 + fdf2ba1 commit 8d1d873

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/swift/Reflection/ReflectionContext.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,6 @@ class ReflectionContext
102102
return sizeof(StoredPointer) * 2;
103103
}
104104

105-
void dumpAllSections(std::ostream &OS) {
106-
getBuilder().dumpAllSections(OS);
107-
}
108-
109105
#if defined(__APPLE__) && defined(__MACH__)
110106
template <typename T> bool readMachOSections(RemoteAddress ImageStart) {
111107
auto Buf =

0 commit comments

Comments
 (0)