Skip to content

Commit 0b7294f

Browse files
Remove unnecessary check.
1 parent 999fd2b commit 0b7294f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/oracledb/impl/thick/pool.pyx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ cdef class ThickPoolImpl(BasePoolImpl):
5454
self.increment = params.increment
5555
self.homogeneous = params.homogeneous
5656

57-
# ensure that the Oracle Client library is initialized
58-
if driver_context == NULL:
59-
init_oracle_client()
60-
6157
# set up common creation parameters
6258
if dpiContext_initCommonCreateParams(driver_context,
6359
&common_params) < 0:

0 commit comments

Comments
 (0)