Skip to content

Commit

Permalink
Remove unused Desugar retargeting config
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 351478722
  • Loading branch information
Googler authored and copybara-github committed Jan 13, 2021
1 parent da38ab6 commit 28fa193
Showing 1 changed file with 0 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,6 @@ replacements {
name: "toUnsignedLong"
}
}
range: DESUGAR_JAVA8_LIBS
range: DESUGAR_JAVA8_CORE_LIBS
auto_deduce_opcode_and_desc: true
}
Expand Down Expand Up @@ -669,7 +668,6 @@ replacements {
name: "divideUnsigned"
}
}
range: DESUGAR_JAVA8_LIBS
range: DESUGAR_JAVA8_CORE_LIBS
auto_deduce_opcode_and_desc: true
}
Expand Down Expand Up @@ -1148,26 +1146,6 @@ replacements {
auto_deduce_opcode_and_desc: true
}

replacements {
source {
opcode: 182
method_id {
owner: "java/util/Collections"
name: "sort"
}
}
destination {
opcode: 184
method_id {
owner: "java/util/DesugarCollections"
name: "sort"
}
}
range: DESUGAR_JAVA8_LIBS
range: DESUGAR_JAVA8_CORE_LIBS
auto_deduce_opcode_and_desc: true
}

replacements {
source {
method_id {
Expand Down

0 comments on commit 28fa193

Please sign in to comment.