Remove overzealous assert.

This commit is contained in:
jean-pierre charras 2018-12-16 08:29:43 +01:00
parent 4e3fe6c55d
commit 93caff0ac1
1 changed files with 1 additions and 1 deletions

View File

@ -718,7 +718,7 @@ int SCH_REFERENCE_LIST::CheckAnnotation( REPORTER& aReporter )
SCH_REFERENCE::SCH_REFERENCE( SCH_COMPONENT* aComponent, LIB_PART* aLibPart,
SCH_SHEET_PATH& aSheetPath )
{
wxASSERT( aComponent != NULL && aLibPart != NULL );
wxASSERT( aComponent != NULL );
m_RootCmp = aComponent;
m_Entry = aLibPart;