Skip to content

Commit

Permalink
[vsts-935384] Remove SupportsSGenConcurrentGCExperimental from SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
olegoid committed Aug 6, 2019
1 parent 21024aa commit 27621cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions Xamarin.MacDev/MonoTouchSdk.cs
Original file line number Diff line number Diff line change
Expand Up @@ -388,10 +388,6 @@ public bool SupportsFeature (string feature)
return false;
}

public bool SupportsSGenConcurrentGCExperimental {
get { return SupportsFeature ("sgen-concurrent-gc-experimental"); }
}

public bool SupportsSGenConcurrentGC {
get { return SupportsFeature ("sgen-concurrent-gc"); }
}
Expand Down
4 changes: 0 additions & 4 deletions Xamarin.MacDev/XamMacSdk.cs
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,6 @@ public bool SupportsNewStyleActivation {

public bool SupportsFullProfile { get; private set; }

public bool SupportsSGenConcurrentGCExperimental {
get { return CheckSupportsFeature ("sgen-concurrent-gc-experimental"); }
}

public bool SupportsSGenConcurrentGC {
get { return CheckSupportsFeature ("sgen-concurrent-gc"); }
}
Expand Down

0 comments on commit 27621cb

Please sign in to comment.