Skip to content

Commit

Permalink
remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
glorv committed Mar 17, 2023
1 parent d00788e commit a6d48fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions executor/calibrate_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,6 @@ func getRUSettings(ctx context.Context, exec sqlexec.RestrictedSQLExecutor) (*ru
var nameIdx, valueIdx int
for i, f := range fields {
switch f.ColumnAsName.L {
case "instance":
//instanceIdx = i
case "name":
nameIdx = i
case "value":
Expand Down

0 comments on commit a6d48fb

Please sign in to comment.