Skip to content

Commit

Permalink
Also remove SWIFT_REFLECTION_METADATA_ELF_NOTE_MAGIC_STRING.
Browse files Browse the repository at this point in the history
We aren't using this constant any more either.

rdar://101749382
  • Loading branch information
al45tair committed Nov 4, 2022
1 parent 5e6c8b1 commit 26ded3f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions stdlib/public/runtime/ImageInspectionCommon.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@

#else

#if defined(__ELF__)
#define SWIFT_REFLECTION_METADATA_ELF_NOTE_MAGIC_STRING "swift_reflection_metadata_magic_string"
#endif // defined(__ELF__)

#include "swift/shims/Visibility.h"
#include <cstdint>
#include <cstddef>
Expand Down

0 comments on commit 26ded3f

Please sign in to comment.