Skip to content

Commit

Permalink
Automated rollback of commit 02b1b78.
Browse files Browse the repository at this point in the history
*** Reason for rollback ***

Causing depot breakages

PiperOrigin-RevId: 508466165
Change-Id: I10716fe552da54d30b264d8f1995865617c7520f
  • Loading branch information
Googler authored and hvadehra committed Feb 14, 2023
1 parent 3661fa6 commit 9b7cada
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 116 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -518,17 +518,6 @@ public FragmentOptions getExec() {
return exec;
}

@Override
public AppleCommandLineOptions getNormalized() {
AppleCommandLineOptions result = (AppleCommandLineOptions) clone();
result.catalystCpus = dedupAndSort(result.catalystCpus);
result.iosMultiCpus = dedupAndSort(result.iosMultiCpus);
result.macosCpus = dedupAndSort(result.macosCpus);
result.tvosCpus = dedupAndSort(result.tvosCpus);
result.watchosCpus = dedupAndSort(result.watchosCpus);
return result;
}

void serialize(SerializationContext context, CodedOutputStream out)
throws IOException, SerializationException {
context.serialize(this, out);
Expand Down

This file was deleted.

0 comments on commit 9b7cada

Please sign in to comment.