coverity#706476 Uncaught exception

Change-Id: I1461c99fccb57ccf5375e372e50948b0b355d4bb
This commit is contained in:
Caolán McNamara
2014-10-11 20:48:32 +01:00
parent f2747a0354
commit 92a65bd466

View File

@@ -368,8 +368,6 @@ namespace sdbtools
:ConnectionDependentComponent( _rContext )
,m_pImpl( new ObjectNames_Impl )
{
if ( !_rxConnection.is() )
throw NullPointerException();
setWeakConnection( _rxConnection );
}