From 83ec4e8d82dc2af226356e5fccead1d92e98fd6d Mon Sep 17 00:00:00 2001 From: gompoc <91314780+gompoc@users.noreply.github.com> Date: Sun, 11 Aug 2024 15:59:52 +0100 Subject: [PATCH] Update Program.cs --- Cpp2IL/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Cpp2IL/Program.cs b/Cpp2IL/Program.cs index 34500730..b6aaa088 100644 --- a/Cpp2IL/Program.cs +++ b/Cpp2IL/Program.cs @@ -22,7 +22,6 @@ namespace Cpp2IL { [SuppressMessage("ReSharper", "ClassNeverInstantiated.Global")] - public class Program internal class Program { private static readonly List PathsToDeleteOnExit = new();