Skip to content

Commit 6004ba4

Browse files
committed
remove outdated comment from inverse_attr2.cc
1 parent 2d060e7 commit 6004ba4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cpp/schema_specific/inverse_attr2.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ bool findInverseAttrs2( InverseAItr iai, InstMgr & instList, Registry & reg ) {
5555
STEPattribute sa = attrlist[k];
5656
if( sa.getADesc()->DomainType()->Type() == SET_TYPE ) {
5757
STEPaggregate * aggr = sa.Aggregate();
58-
if( !aggr || aggr->is_null() != 0 ) { //this fails - and it appears that aggr is not initialized.
58+
if( !aggr || aggr->is_null() != 0 ) {
5959
cout << "findInverseAttrs2 FAILED" << endl;
6060
return false;
6161
}

0 commit comments

Comments
 (0)