0027067: Avoid use of virtual methods for implementation of destructors in legacy...
[occt.git] / src / StepData / StepData_FieldListN.cxx
index fb6f76c..d3f185e 100644 (file)
@@ -31,6 +31,3 @@ StepData_Field&  StepData_FieldListN::CField (const Standard_Integer num)
 {
   return thefields.ChangeValue(num);
 }
-
-void StepData_FieldListN::Destroy() {}
-