From 7867ad70724335638e3ca721c597d38ff59fc110 Mon Sep 17 00:00:00 2001 From: fengluodb Date: Mon, 29 Apr 2024 10:47:14 +0800 Subject: [PATCH] chore: delete redudant code --- internal/controller/tpcc_job.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/controller/tpcc_job.go b/internal/controller/tpcc_job.go index d14208c..459e810 100644 --- a/internal/controller/tpcc_job.go +++ b/internal/controller/tpcc_job.go @@ -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