Skip to content

Commit

Permalink
Remove Arrays.deepEquals0 retargeting
Browse files Browse the repository at this point in the history
- Only retarget public APIs. Arrays.deepEquals0 is package-private

PiperOrigin-RevId: 359626233
  • Loading branch information
Googler authored and philwo committed Feb 26, 2021
1 parent 22f558f commit f917dc1
Showing 1 changed file with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -929,23 +929,6 @@ replacements {
auto_deduce_opcode_and_desc: true
}

replacements {
source {
method_id {
owner: "java/util/Arrays"
name: "deepEquals0"
}
}
destination {
method_id {
owner: "java/util/DesugarArrays"
name: "deepEquals0"
}
}
range: DESUGAR_JAVA8_CORE_LIBS
auto_deduce_opcode_and_desc: true
}

replacements {
source {
method_id {
Expand Down

0 comments on commit f917dc1

Please sign in to comment.