REFACTOR: Unused local variable.

This commit is contained in:
2017-12-21 16:37:35 +00:00
parent f02e8f3cca
commit b386ea8ce5
3 changed files with 1 additions and 3 deletions

View File

@@ -878,7 +878,6 @@ namespace DiscImageChef.DiscImages
int currentLocator = 0;
bool locatorFound = false;
string parentPath = null;
FiltersList filters;
while(!locatorFound && currentLocator < 8)
{