diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-12-07 23:05:55 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-12-08 09:44:07 +0100 |
commit | 6e614489dcf70a812e298e1d84864312d9ac9d23 (patch) | |
tree | 4070d1a8ff1b83133425a9e26913ee01740e414b /connectivity/source | |
parent | 5eac2e6bcc11c1a30cb29d2f1e0289e15e8f1d05 (diff) |
Clean up obsolete uses of BOOST_FALLTHROUGH
Change-Id: If391c86c9b2c94eed9b95c692f290449a241ed4e
Reviewed-on: https://gerrit.libreoffice.org/64790
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'connectivity/source')
-rw-r--r-- | connectivity/source/drivers/mysqlc/mysqlc_preparedstatement.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/connectivity/source/drivers/mysqlc/mysqlc_preparedstatement.cxx b/connectivity/source/drivers/mysqlc/mysqlc_preparedstatement.cxx index 6397831e80dd..9c04c75a6c06 100644 --- a/connectivity/source/drivers/mysqlc/mysqlc_preparedstatement.cxx +++ b/connectivity/source/drivers/mysqlc/mysqlc_preparedstatement.cxx @@ -25,7 +25,6 @@ #include <sal/log.hxx> -#include <boost/config.hpp> #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/sdbc/DataType.hpp> #include <cppuhelper/typeprovider.hxx> @@ -444,11 +443,7 @@ void SAL_CALL OPreparedStatement::setObjectWithInfo(sal_Int32 parameterIndex, co break; } -#if defined __GNUC__ && !defined __clang__ [[fallthrough]]; -#else - BOOST_FALLTHROUGH; -#endif } // TODO other types |