Remove unused Package.(Classic|Crc)Hashes.

This commit is contained in:
Paul Chote
2016-01-16 10:55:13 +00:00
parent 86e4cb763d
commit 91c25d7b84
10 changed files with 0 additions and 109 deletions

View File

@@ -83,16 +83,6 @@ namespace OpenRA.FileSystem
public int Priority { get { return 1000 + priority; } }
public IEnumerable<uint> ClassicHashes()
{
return index.Keys;
}
public IEnumerable<uint> CrcHashes()
{
yield break;
}
public void Dispose()
{
s.Dispose();