소스 검색

spurious const variable

Former-commit-id: 6cb723e33b8f255c27e6b9951a4badc5f427a8b2
Alec Jacobson 9 년 전
부모
커밋
39c07c379a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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;