mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-09-22 14:54:56 +00:00
Remove unused directory creation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user