mirror of
https://github.com/SabreTools/SabreTools.RedumpLib.git
synced 2026-09-22 06:54:32 +00:00
Remove maybe redundant code
This commit is contained in:
@@ -1450,9 +1450,6 @@ namespace SabreTools.RedumpLib.Web
|
||||
return;
|
||||
}
|
||||
|
||||
// Ensure the output directory exists
|
||||
Directory.CreateDirectory(outDir);
|
||||
|
||||
// If the file already exists, don't overwrite it
|
||||
if (File.Exists(Path.Combine(outDir, newfile)))
|
||||
File.Delete(tempfile);
|
||||
|
||||
Reference in New Issue
Block a user