[Robot etc.] remove superfluous nullptr checks
This commit is contained in:
@@ -720,7 +720,7 @@ Handle(Geom_BSplineSurface) ParameterCorrection::CreateSurface(const TColgp_Arra
|
||||
bool bParaCor,
|
||||
double fSizeFactor)
|
||||
{
|
||||
if (_pvcPoints != nullptr) {
|
||||
if (_pvcPoints) {
|
||||
delete _pvcPoints;
|
||||
_pvcPoints = nullptr;
|
||||
delete _pvcUVParam;
|
||||
|
||||
Reference in New Issue
Block a user