Kaydet (Commit) 92a65bd4 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#706476 Uncaught exception

Change-Id: I1461c99fccb57ccf5375e372e50948b0b355d4bb
üst f2747a03
...@@ -368,8 +368,6 @@ namespace sdbtools ...@@ -368,8 +368,6 @@ namespace sdbtools
:ConnectionDependentComponent( _rContext ) :ConnectionDependentComponent( _rContext )
,m_pImpl( new ObjectNames_Impl ) ,m_pImpl( new ObjectNames_Impl )
{ {
if ( !_rxConnection.is() )
throw NullPointerException();
setWeakConnection( _rxConnection ); setWeakConnection( _rxConnection );
} }
......
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