Skip to content

Commit 084ecf0

Browse files
Remove unneded code.
1 parent 65cbf6e commit 084ecf0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/oracledb/impl/thin/connection.pyx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,6 @@ cdef class ThinConnImpl(BaseThinConnImpl):
523523
if message.state != TNS_TPC_TXN_STATE_ABORTED:
524524
errors._raise_err(errors.ERR_UNKNOWN_TRANSACTION_STATE,
525525
state=message.state)
526-
self._transaction_context = None
527526

528527

529528
cdef class AsyncThinConnImpl(BaseThinConnImpl):
@@ -1095,4 +1094,3 @@ cdef class AsyncThinConnImpl(BaseThinConnImpl):
10951094
if message.state != TNS_TPC_TXN_STATE_ABORTED:
10961095
errors._raise_err(errors.ERR_UNKNOWN_TRANSACTION_STATE,
10971096
state=message.state)
1098-
self._transaction_context = None

0 commit comments

Comments
 (0)