Skip to content

Commit 26ded3f

Browse files
committed
Also remove SWIFT_REFLECTION_METADATA_ELF_NOTE_MAGIC_STRING.
We aren't using this constant any more either. rdar://101749382
1 parent 5e6c8b1 commit 26ded3f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

stdlib/public/runtime/ImageInspectionCommon.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@
4242

4343
#else
4444

45-
#if defined(__ELF__)
46-
#define SWIFT_REFLECTION_METADATA_ELF_NOTE_MAGIC_STRING "swift_reflection_metadata_magic_string"
47-
#endif // defined(__ELF__)
48-
4945
#include "swift/shims/Visibility.h"
5046
#include <cstdint>
5147
#include <cstddef>

0 commit comments

Comments
 (0)