Remove unused code

This commit is contained in:
2021-08-17 16:47:47 +01:00
parent da4c666250
commit 770066e53f
29 changed files with 5 additions and 232 deletions

View File

@@ -50,7 +50,6 @@ namespace Aaru.Filesystems
/// <summary>Cached <see cref="FileSystemInfo" /></summary>
FileSystemInfo _cpmStat;
bool _debug;
/// <summary>Cached file passwords, decoded</summary>
Dictionary<string, byte[]> _decodedPasswordCache;