mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-24 18:38:48 +01:00
Remove unused field
This commit is contained in:
parent
65c67a9af0
commit
c119d08dc1
1 changed files with 0 additions and 2 deletions
|
@ -524,8 +524,6 @@ extension FileExtension on File {
|
||||||
|
|
||||||
/// hashCode to be used with [compareServerIdentity]
|
/// hashCode to be used with [compareServerIdentity]
|
||||||
int get identityHashCode => (fileId ?? path).hashCode;
|
int get identityHashCode => (fileId ?? path).hashCode;
|
||||||
|
|
||||||
static final _log = Logger("entity.file.FileExtension");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
class FileServerIdentityComparator {
|
class FileServerIdentityComparator {
|
||||||
|
|
Loading…
Reference in a new issue