Skip to content

[5.3] Revert "Merge pull request #30024 from Azoy/calling-metadata-accessor-from-swift" #31282

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion stdlib/public/SwiftShims/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ set(sources
KeyPath.h
LibcOverlayShims.h
LibcShims.h
Metadata.h
Random.h
RefCount.h
RuntimeShims.h
Expand Down
46 changes: 0 additions & 46 deletions stdlib/public/SwiftShims/Metadata.h

This file was deleted.

1 change: 0 additions & 1 deletion stdlib/public/SwiftShims/module.modulemap
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module SwiftShims {
header "HeapObject.h"
header "KeyPath.h"
header "LibcShims.h"
header "Metadata.h"
header "Random.h"
header "RefCount.h"
header "RuntimeShims.h"
Expand Down
1 change: 0 additions & 1 deletion stdlib/public/stubs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ set(swift_stubs_sources
CommandLine.cpp
GlobalObjects.cpp
LibcShims.cpp
Metadata.cpp
Random.cpp
Stubs.cpp
ThreadLocalStorage.cpp
Expand Down
27 changes: 0 additions & 27 deletions stdlib/public/stubs/Metadata.cpp

This file was deleted.

62 changes: 0 additions & 62 deletions test/Interpreter/metadata_access.swift

This file was deleted.