Replace useless throwNoSuchElementException function

by its straightforward and short content.

Change-Id: Ic847f12923e71addf00b7b16546c8168cf3952f5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157552
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
This commit is contained in:
Julien Nabet
2023-10-04 08:43:01 +02:00
parent 89a75cd194
commit 1d11f80148

View File

@@ -51,12 +51,6 @@ using namespace ::osl;
constexpr OUStringLiteral SERVICE_SDBC_DRIVER = u"com.sun.star.sdbc.Driver";
/// @throws NoSuchElementException
static void throwNoSuchElementException()
{
throw NoSuchElementException();
}
class ODriverEnumeration : public ::cppu::WeakImplHelper< XEnumeration >
{
friend class OSDBCDriverManager;