diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-07-17 10:59:59 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-07-17 15:02:37 +0200 |
commit | fdddcd6dca9b16214b8e980f96b4a3ce95556feb (patch) | |
tree | 13dea78a9fd3e4b4c9e4515ee3a371c16b5a081c | |
parent | 3ab5e3aa89e25320aaf3cbb92efa0a9133fca239 (diff) |
warning C4702: unreachable code
Change-Id: If5e9b131a17c4a5c2970ffe924188a2ae2344777
-rw-r--r-- | connectivity/source/drivers/firebird/FDatabaseMetaData.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/connectivity/source/drivers/firebird/FDatabaseMetaData.cxx b/connectivity/source/drivers/firebird/FDatabaseMetaData.cxx index ad453d73a6e2..9babda7f37fb 100644 --- a/connectivity/source/drivers/firebird/FDatabaseMetaData.cxx +++ b/connectivity/source/drivers/firebird/FDatabaseMetaData.cxx @@ -1073,7 +1073,6 @@ Reference< XResultSet > SAL_CALL ODatabaseMetaData::getUDTs( const Any& catalog, (void) types; OSL_FAIL("Not implemented yet!"); throw SQLException(); - return NULL; } // ----------------------------------------------------------------------------- |