Remove DiffCacheContent.isNoDifference
We stopped using this method in 2fd32f8616
when Cedric removed the NoDifferenceException and its related dialog.
Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
@@ -119,10 +119,6 @@ public final class DiffCacheContent implements Serializable {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isNoDifference() {
|
|
||||||
return header == null;
|
|
||||||
}
|
|
||||||
|
|
||||||
public ObjectId getOldId() {
|
public ObjectId getOldId() {
|
||||||
return oldId;
|
return oldId;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user