Skip to content

Commit

Permalink
fixup bad merge
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Alpar <aaron.alpar@veeam.com>
  • Loading branch information
aaron-kasten committed Jan 18, 2025
1 parent e2e31a5 commit b4c07e5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pkg/kando/process_client_output.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,11 @@ import (
"context"
"io"
"strconv"
"syscall"

"github.com/kanisterio/errkit"
"github.com/spf13/cobra"

"github.com/kanisterio/kanister/pkg/kanx"
"github.com/kanisterio/kanister/pkg/log"
)

const (
processSignalProxyFlagName = "signal-proxy"
)

func newProcessClientOutputCommand() *cobra.Command {
Expand All @@ -42,10 +36,6 @@ func newProcessClientOutputCommand() *cobra.Command {
return cmd
}

func processSignalProxyFlagValue(cmd *cobra.Command) (bool, error) {
return cmd.Flags().GetBool(processSignalProxyFlagName)
}

func runProcessClientOutput(cmd *cobra.Command, args []string) error {
return runProcessClientOutputWithOutput(cmd.OutOrStdout(), cmd.ErrOrStderr(), cmd, args)
}
Expand Down

0 comments on commit b4c07e5

Please sign in to comment.