Merge "ChangeNotesCache: Remove unused ptr method"

This commit is contained in:
David Pursehouse
2019-10-17 10:02:21 +00:00
committed by Gerrit Code Review

View File

@@ -179,10 +179,6 @@ public class ChangeNotesCache {
+ I; // updateCount
}
private static int ptr(Object o, int size) {
return o != null ? P + size : P;
}
private static int str(String s) {
if (s == null) {
return P;