Skip to content

Commit b08e561

Browse files
committed
SpherePrimitiveEvaluator : Removed non-sensical assert that size >= 0
1 parent c3bc109 commit b08e561

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/IECoreScene/SpherePrimitiveEvaluator.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,6 @@ int SpherePrimitiveEvaluator::intersectionPoints( const Imath::V3f &origin, cons
431431
}
432432
}
433433

434-
assert( results.size() >= 0 );
435434
assert( results.size() <= 2 );
436435

437436
return results.size();

0 commit comments

Comments
 (0)