Skip to content

Commit

Permalink
remove unused semphore
Browse files Browse the repository at this point in the history
  • Loading branch information
tocsoft committed Dec 5, 2022
1 parent 437e4e9 commit ad083f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion KubeConnect/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ _ __ _ ____ _
}

const string semaphoreName = $"KubeConnect:FEC9031C-3BFD-4F5D-91D9-AC7B93074499";
var semaphore = new Semaphore(1, 1, semaphoreName);
if (parseArgs.Action == Args.KubeConnectMode.Connect)
{

Expand Down

0 comments on commit ad083f6

Please sign in to comment.