From 28554d1b042233fcabbcba9ba392fee5d9752f7e Mon Sep 17 00:00:00 2001 From: leo Date: Sun, 28 Apr 2024 09:56:08 +0800 Subject: [PATCH] code_review: remove unused codes --- src/Native/Windows.cs | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/Native/Windows.cs b/src/Native/Windows.cs index 0dbb1eeb..8c4ab022 100644 --- a/src/Native/Windows.cs +++ b/src/Native/Windows.cs @@ -323,22 +323,6 @@ namespace SourceGit.Native return string.Empty; } - private string FindRider() - { - var rider = Environment.GetEnvironmentVariable("JetBrains Rider"); - if (!string.IsNullOrEmpty(rider)) - { - rider = rider.TrimEnd(';', ' '); - var path = Path.Combine(rider, "rider64.exe"); - if (File.Exists(path)) - { - return path; - } - } - - return string.Empty; - } - private string FindSublimeText() { var localMachine = Microsoft.Win32.RegistryKey.OpenBaseKey(