mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-22 20:37:19 -08:00
code_review: remove unused codes
This commit is contained in:
parent
8786297d85
commit
28554d1b04
1 changed files with 0 additions and 16 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue