Skip to content

Commit e67169b

Browse files
committed
Remove dead code
Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
1 parent a33dca5 commit e67169b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pkg/tui/components/editor/completions/command.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ import (
99
)
1010

1111
type commandCompletion struct {
12-
app *app.App
13-
items []completion.Item
12+
app *app.App
1413
}
1514

1615
func NewCommandCompletion(a *app.App) Completion {

0 commit comments

Comments
 (0)