Remove unused field

This commit is contained in:
Ming Ming 2022-07-22 16:14:52 +08:00
parent 65c67a9af0
commit c119d08dc1

View file

@ -524,8 +524,6 @@ extension FileExtension on File {
/// hashCode to be used with [compareServerIdentity]
int get identityHashCode => (fileId ?? path).hashCode;
static final _log = Logger("entity.file.FileExtension");
}
class FileServerIdentityComparator {