unused variable

This commit is contained in:
Sébastien Loriot 2022-06-29 13:10:02 +02:00
parent 9634d9321a
commit 96d2f9ec5e
1 changed files with 0 additions and 1 deletions

View File

@ -780,7 +780,6 @@ class Intersection_of_triangle_meshes
//handle degenerate faces
if (const_mesh_ptr)
{
halfedge_descriptor h1 = halfedge(f1,tm1);
halfedge_descriptor h2 = halfedge(f2,tm2);
if (const_mesh_ptr == &tm1)
{