[DatFile] Inline var declarations

This commit is contained in:
Matt Nadareski
2017-02-24 12:38:40 -08:00
parent 8e1bce1d06
commit 363b353d88

View File

@@ -384,9 +384,7 @@ namespace SabreTools.Helper.Dats
bool usedInternally = false;
// Get the required scanning level for the file
bool shouldExternalProcess = false;
bool shouldInternalProcess = false;
ArchiveTools.GetInternalExternalProcess(file, archiveScanLevel, logger, out shouldExternalProcess, out shouldInternalProcess);
ArchiveTools.GetInternalExternalProcess(file, archiveScanLevel, logger, out bool shouldExternalProcess, out bool shouldInternalProcess);
// If we're supposed to scan the file externally
if (shouldExternalProcess)