mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-23 18:30:34 +08:00
code_review: remove unused codes
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user