mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Remove unnecessary abstract method
This commit is contained in:
@@ -44,12 +44,5 @@ namespace SabreTools.FileTypes.CHD
|
||||
|
||||
return new CHDFileV4 { _header = header, SHA1 = header.SHA1 };
|
||||
}
|
||||
|
||||
/// <inheritdoc/>
|
||||
/// <remarks>Returns SHA-1 hash or empty array</remarks>
|
||||
public override byte[] GetHash()
|
||||
{
|
||||
return (_header as HeaderV4)?.SHA1 ?? [];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user