Skip to content

Commit c722096

Browse files
committed
[debugserver] Remove bridgeos availability
I didn't realize that the 'bridgeos' is not part of the public SDK.
1 parent 2a136a7 commit c722096

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lldb/tools/debugserver/source/MacOSX/MachProcess.mm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3273,8 +3273,7 @@ static bool FBSAddEventDataToOptions(NSMutableDictionary *options,
32733273
bool slice_preference_set = false;
32743274

32753275
if (cpu_subtype != 0) {
3276-
if (@available(macOS 10.16, ios 10.14, watchos 7.0, tvos 14.0,
3277-
bridgeos 5.0, *)) {
3276+
if (@available(macOS 10.16, ios 10.14, watchos 7.0, tvos 14.0, *)) {
32783277
err.SetError(posix_spawnattr_setarchpref_np(&attr, 1, &cpu_type,
32793278
&cpu_subtype, &ocount));
32803279
slice_preference_set = err.Success();

0 commit comments

Comments
 (0)