Kaydet (Commit) fdddcd6d authored tarafından Michael Stahl's avatar Michael Stahl

warning C4702: unreachable code

Change-Id: If5e9b131a17c4a5c2970ffe924188a2ae2344777
üst 3ab5e3aa
...@@ -1073,7 +1073,6 @@ Reference< XResultSet > SAL_CALL ODatabaseMetaData::getUDTs( const Any& catalog, ...@@ -1073,7 +1073,6 @@ Reference< XResultSet > SAL_CALL ODatabaseMetaData::getUDTs( const Any& catalog,
(void) types; (void) types;
OSL_FAIL("Not implemented yet!"); OSL_FAIL("Not implemented yet!");
throw SQLException(); throw SQLException();
return NULL;
} }
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment