Skip to content

Commit

Permalink
Remove unused runtime package
Browse files Browse the repository at this point in the history
Signed-off-by: kthatipally <99229993+kthatipally@users.noreply.github.com>
  • Loading branch information
kthatipally committed Feb 19, 2025
1 parent 5207b67 commit ec34c95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/cleanup.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"os"
"os/exec"
"runtime"
)

func (a *analyzeCommand) CleanAnalysisResources(ctx context.Context) error {
Expand Down Expand Up @@ -94,7 +93,7 @@ func (c *AnalyzeCommandContext) RmProviderContainers(ctx context.Context) error
return nil
}

func (a *analyzeCommand) cleanlsDirs() error {
func (a *analyzeCommand) cleanlsDirs() error {
a.log.V(7).Info("removing language server dirs")
// this assumes dirs created in wd
lsDirs := []string{
Expand Down

0 comments on commit ec34c95

Please sign in to comment.