Skip to content

Commit

Permalink
Fixed another tbb::parallel_for functor from rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Duffey <[email protected]>
  • Loading branch information
JDuffeyBQ committed Jul 1, 2024
1 parent fd16894 commit d89c082
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ class PopulateReducedGeometryEdgesImpl
, m_NewVerticesIndex(newVerticesIndex)
{
}
~PopulateReducedGeometryEdgesImpl() = default;

PopulateReducedGeometryEdgesImpl(const PopulateReducedGeometryEdgesImpl&) = default; // Copy Constructor Not Implemented
PopulateReducedGeometryEdgesImpl(PopulateReducedGeometryEdgesImpl&&) = delete; // Move Constructor Not Implemented
PopulateReducedGeometryEdgesImpl& operator=(const PopulateReducedGeometryEdgesImpl&) = delete; // Copy Assignment Not Implemented
PopulateReducedGeometryEdgesImpl& operator=(PopulateReducedGeometryEdgesImpl&&) = delete; // Move Assignment Not Implemented

void generate(usize start, usize end) const
{
Expand Down

0 comments on commit d89c082

Please sign in to comment.