From dddcf45740a168fccd80083120f4e9aa543ae273 Mon Sep 17 00:00:00 2001 From: Andy Adshead Date: Fri, 26 Apr 2019 00:23:53 +0100 Subject: [PATCH] Removed extra line --- Ryujinx.Profiler/Profile.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Ryujinx.Profiler/Profile.cs b/Ryujinx.Profiler/Profile.cs index deb78ac528..cdfa576aa2 100644 --- a/Ryujinx.Profiler/Profile.cs +++ b/Ryujinx.Profiler/Profile.cs @@ -15,7 +15,6 @@ namespace Ryujinx.Profiler private static InternalProfile _profileInstance; private static ProfilerSettings _settings; - [Conditional("USE_PROFILING")] public static void Initalize() {