Salome HOME
[Code coverage GeomAlgoAPI]: Remove default constructors of algorithms
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_Cylinder.cpp
index 6f3bd6050c852cd05932c79cb9f158b3e1a1d97c..5f0a0c6700eb7640ee0beca7213aaa1d1c752fc7 100644 (file)
 
 #include <BRepPrimAPI_MakeCylinder.hxx>
 
-#include <iostream>
-
-//=================================================================================================
-GeomAlgoAPI_Cylinder::GeomAlgoAPI_Cylinder()
-{
-}
-
 //=================================================================================================
 GeomAlgoAPI_Cylinder::GeomAlgoAPI_Cylinder(std::shared_ptr<GeomAPI_Ax2> theAxis,
                                            const double theRadius,