Skip to content

Commit

Permalink
fix: Remove unused code
Browse files Browse the repository at this point in the history
Signed-off-by: Ce Gao <cegao@tensorchord.ai>
  • Loading branch information
gaocegege committed Jun 16, 2022
1 parent fdf8765 commit d4f1b2e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pkg/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
package app

import (
"os"

"github.com/cockroachdb/errors"
_ "github.com/moby/buildkit/client/connhelper/dockercontainer"
_ "github.com/moby/buildkit/client/connhelper/kubepod"
Expand All @@ -34,11 +32,6 @@ type EnvdApp struct {
cli.App
}

func Run() {
app := New()
app.Run(os.Args)
}

func New() EnvdApp {
internalApp := cli.NewApp()
internalApp.EnableBashCompletion = true
Expand Down

0 comments on commit d4f1b2e

Please sign in to comment.