Skip to content

Commit fdf2ba1

Browse files
author
Davide Italiano
committed
[ReflectionContext] Remove dead code. NFCI.
This is untested, and unused. I originally planned to use it in the debugger, but I changed my mind.
1 parent d5e279e commit fdf2ba1

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)