Skip to content

Commit

Permalink
chore: delete redudant code
Browse files Browse the repository at this point in the history
  • Loading branch information
fengluodb committed Apr 29, 2024
1 parent 798c7aa commit 7867ad7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/controller/tpcc_job.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ func getTpccDriver(driver string) string {
case constants.PostgreSqlDriver:
return "postgres"
case constants.OceanBaseOracleTenantDriver:
// for oceanbase oracle tenant
return "oracle"
default:
return driver
Expand Down

0 comments on commit 7867ad7

Please sign in to comment.