connectivity/source/drivers/firebird/Connection.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit a7571ddd146bba9b25708da288f898e5cd221f8d
Author:     Bogdan Buzea <[email protected]>
AuthorDate: Fri Oct 18 06:21:49 2024 +0200
Commit:     Xisco Fauli <[email protected]>
CommitDate: Fri Oct 18 09:23:04 2024 +0200

    tdf#163486: PVS: Identical branches
    
    Change-Id: I392760b8605588576049e5afda2da64faea3fd00
    V1037: Two or more case-branches perform the same actions. Check lines: 
486, 489
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175049
    Reviewed-by: Xisco Fauli <[email protected]>
    Tested-by: Jenkins

diff --git a/connectivity/source/drivers/firebird/Connection.cxx 
b/connectivity/source/drivers/firebird/Connection.cxx
index 9268291f384e..202c56d7316a 100644
--- a/connectivity/source/drivers/firebird/Connection.cxx
+++ b/connectivity/source/drivers/firebird/Connection.cxx
@@ -483,8 +483,6 @@ void Connection::setupTransaction()
             aTransactionIsolation = isc_tpb_read_committed;
             break;
         case TransactionIsolation::REPEATABLE_READ:
-            aTransactionIsolation = isc_tpb_consistency;
-            break;
         case TransactionIsolation::SERIALIZABLE:
             aTransactionIsolation = isc_tpb_consistency;
             break;

Reply via email to