Merge "ChangeNotesCache: Remove unused ptr method"
This commit is contained in:
@@ -179,10 +179,6 @@ public class ChangeNotesCache {
|
|||||||
+ I; // updateCount
|
+ I; // updateCount
|
||||||
}
|
}
|
||||||
|
|
||||||
private static int ptr(Object o, int size) {
|
|
||||||
return o != null ? P + size : P;
|
|
||||||
}
|
|
||||||
|
|
||||||
private static int str(String s) {
|
private static int str(String s) {
|
||||||
if (s == null) {
|
if (s == null) {
|
||||||
return P;
|
return P;
|
||||||
|
|||||||
Reference in New Issue
Block a user