Skip to content

Commit f7235c4

Browse files
committed
Remove unused code which is also put in the wrong file
1 parent ae8aa23 commit f7235c4

File tree

1 file changed

+0
-4
lines changed
  • frameworks/Kotlin/vertx-web-kotlinx/with-db/r2dbc-common/src/main/kotlin/database

1 file changed

+0
-4
lines changed

frameworks/Kotlin/vertx-web-kotlinx/with-db/r2dbc-common/src/main/kotlin/database/R2dbcOptimized.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ import io.r2dbc.postgresql.client.SSLMode
88
import io.r2dbc.spi.ConnectionFactory
99
import java.time.Duration
1010

11-
// not used currently
12-
// Note that this URL doesn't have `USER` and `PASSWORD`
13-
const val POSTGRESQL_R2DBC_URL = "r2dbc:postgresql://$HOST:5432/$DATABASE"
14-
1511
// Optimized configuration with TCP settings and connection validation
1612
val connectionFactoryOptimized: ConnectionFactory = PostgresqlConnectionFactory(
1713
PostgresqlConnectionConfiguration.builder()

0 commit comments

Comments
 (0)