Ver código fonte

spurious const variable

Former-commit-id: 6cb723e33b8f255c27e6b9951a4badc5f427a8b2
Alec Jacobson 9 anos atrás
pai
commit
39c07c379a
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      include/igl/cgal/outer_facet.cpp

+ 0 - 1
include/igl/cgal/outer_facet.cpp

@@ -43,7 +43,6 @@ IGL_INLINE void igl::cgal::outer_facet(
 
     typedef typename DerivedV::Scalar Scalar;
     typedef typename DerivedV::Index Index;
-    const size_t INVALID = std::numeric_limits<size_t>::max();
 
     Index s,d;
     Eigen::Matrix<Index,Eigen::Dynamic,1> incident_faces;