Commit 5a63833
Remove unused import.
The change that led to this unused import is actually positive: cl/687471414 essentially accidentally switched a 2-arg `min` call from using the varargs `Int.min` to using `Math.min`. That's good. But it added static imports for both `min` methods, leaving this one unused.
RELNOTES=n/a
PiperOrigin-RevId: 6915212251 parent 85d08ec commit 5a63833
File tree
2 files changed
+0
-2
lines changed- android/guava/src/com/google/common/hash
- guava/src/com/google/common/hash
2 files changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
0 commit comments