From 280d0583538ab0d781d17693428c28e1bfd42f8a Mon Sep 17 00:00:00 2001 From: "waffle.lord" Date: Mon, 2 Aug 2021 00:44:16 +0200 Subject: [PATCH] Update 'Patcher/PatcherUtils/LazyOperations.cs' --- Patcher/PatcherUtils/LazyOperations.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Patcher/PatcherUtils/LazyOperations.cs b/Patcher/PatcherUtils/LazyOperations.cs index 93bd07e..d38d6aa 100644 --- a/Patcher/PatcherUtils/LazyOperations.cs +++ b/Patcher/PatcherUtils/LazyOperations.cs @@ -91,7 +91,6 @@ namespace PatcherUtils /// /// Deletes the recursively /// - /// Returns true if the temp directory was deleted. public static void CleanupTempDir() { DirectoryInfo dir = new DirectoryInfo(TempDir);