Skip to content

Commit

Permalink
remove unused code (#matrixorigin#17820)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpegeric committed Aug 21, 2024
1 parent 41abb8d commit 21f617f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/frontend/authenticate.go
Original file line number Diff line number Diff line change
Expand Up @@ -1458,10 +1458,6 @@ const (

checkStageFormat = `select stage_id, stage_name from mo_catalog.mo_stages where stage_name = "%s" order by stage_id;`

//checkStageStatusFormat = `select stage_id, stage_name from mo_catalog.mo_stages where stage_status = "%s" order by stage_id;`

//checkStageStatusWithStageNameFormat = `select url, stage_status from mo_catalog.mo_stages where stage_name = "%s" order by stage_id;`

dropStageFormat = `delete from mo_catalog.mo_stages where stage_name = '%s' order by stage_id;`

updateStageUrlFormat = `update mo_catalog.mo_stages set url = '%s' where stage_name = '%s' order by stage_id;`
Expand Down

0 comments on commit 21f617f

Please sign in to comment.