From 982fbb183e159c90e6aec17c648d7f6bc45c9c20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Sun, 21 Aug 2016 12:56:15 +0100 Subject: [PATCH] coverity#1371622 Uninitialized scalar field Change-Id: Id1408665b01889eabe449047f2d8f62229aeeb16 --- connectivity/source/drivers/firebird/Connection.hxx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/connectivity/source/drivers/firebird/Connection.hxx b/connectivity/source/drivers/firebird/Connection.hxx index c35758c4fcbb..2bd7675f3871 100644 --- a/connectivity/source/drivers/firebird/Connection.hxx +++ b/connectivity/source/drivers/firebird/Connection.hxx @@ -92,13 +92,6 @@ namespace connectivity /** Denotes that we have a database stored within a .odb file. */ bool m_bIsEmbedded; - /** - * Denotes that the database stored in the .odb file is an - * archive file (.fbk). Older version of LO had a .fdb file, not a - * .fbk. - * (Only used if m_bIsEmbedded is true). - */ - bool m_bIsFbkStored; /** * Handle for the parent DatabaseDocument. We need to notify this * whenever any data is written to our temporary database so that