Skip to content

Commit

Permalink
Removes unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
navidshaikh committed Apr 15, 2019
1 parent 43ffb05 commit 2b354a3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/kn/commands/service_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,8 @@ import (
"github.com/spf13/cobra"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/runtime/schema"
"k8s.io/cli-runtime/pkg/genericclioptions"
)

var serviceListPrintFlags *genericclioptions.PrintFlags

// NewServiceListCommand represents the list command
func NewServiceListCommand(p *KnParams) *cobra.Command {
serviceListCommand := &cobra.Command{
Expand Down

0 comments on commit 2b354a3

Please sign in to comment.