Skip to content

Commit

Permalink
remove can_toolchain_emit_obj_c_header_textually
Browse files Browse the repository at this point in the history
Summary: Remove the SwiftToolchainInfo field can_toolchain_emit_obj_c_header_textually, this is not used any more

Reviewed By: NuriAmari

Differential Revision: D69257771

fbshipit-source-id: 4c0bfc489f5f2dae60dd2861e1244a7970fb1907
  • Loading branch information
rmaz authored and facebook-github-bot committed Feb 6, 2025
1 parent 728f36e commit 2d36177
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prelude/apple/swift/swift_toolchain_types.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ SwiftObjectFormat = enum(
SwiftToolchainInfo = provider(
fields = {
"architecture": provider_field(typing.Any, default = None),
"can_toolchain_emit_obj_c_header_textually": provider_field(typing.Any, default = None), # bool
"compiler": provider_field(typing.Any, default = None),
"compiler_flags": provider_field(typing.Any, default = None),
"library_interface_uses_swiftinterface": provider_field(bool),
Expand Down

0 comments on commit 2d36177

Please sign in to comment.