mirror of https://github.com/CGAL/cgal
Remove unused variables
This commit is contained in:
parent
009a7963a8
commit
ad7f8d3041
|
|
@ -712,8 +712,6 @@ private:
|
||||||
bool
|
bool
|
||||||
point_out_prism_return_local_id(const Point_3 &point, const ePoint_3 &epoint, const std::vector<unsigned int> &prismindex, const unsigned int jump, int &id) const
|
point_out_prism_return_local_id(const Point_3 &point, const ePoint_3 &epoint, const std::vector<unsigned int> &prismindex, const unsigned int jump, int &id) const
|
||||||
{
|
{
|
||||||
Vector_3 bmin, bmax;
|
|
||||||
|
|
||||||
Orientation ori = ON_ORIENTED_BOUNDARY; // to avoid maybe uninitialized warning
|
Orientation ori = ON_ORIENTED_BOUNDARY; // to avoid maybe uninitialized warning
|
||||||
|
|
||||||
for (unsigned int i = 0; i < prismindex.size(); i++){
|
for (unsigned int i = 0; i < prismindex.size(); i++){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue