Remove unused directory creation

This commit is contained in:
Matt Nadareski
2023-01-04 22:44:14 -08:00
parent a376041be4
commit dd193352e2

View File

@@ -93,9 +93,6 @@ namespace BurnOutSharp.PackerType
// If the installer file itself fails
try
{
string tempPath = Path.Combine(Path.GetTempPath(), Guid.NewGuid().ToString());
Directory.CreateDirectory(tempPath);
// TODO: Include NE parsing
// Try to parse as a Portable Executable