Skip to content

Commit

Permalink
chore: remove unused code in main.go (lf-edge#2762)
Browse files Browse the repository at this point in the history
Signed-off-by: shoothzj <shoothzj@gmail.com>
  • Loading branch information
ZhangJian He authored and ngjaying committed Jul 18, 2024
1 parent 7c96236 commit e9dbc08
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmd/kuiper/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@ func main() {
app := cli.NewApp()
app.Version = Version

// nflag := []cli.Flag { cli.StringFlag{
// Name: "name, n",
// Usage: "the name of stream",
// }}

var cfg map[string]clientConf
err := conf.LoadConfigByName(ClientYaml, &cfg)
if err != nil {
Expand Down

0 comments on commit e9dbc08

Please sign in to comment.