Skip to content

Commit

Permalink
Removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc committed Feb 21, 2021
1 parent 8fde106 commit 069ba7a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions include/Lz/detail/TakeEveryIterator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@
#include "LzTools.hpp"


namespace lz {
template<LZ_CONCEPT_ITERATOR>
class TakeEvery;

namespace internal {

namespace lz { namespace internal {
template<LZ_CONCEPT_ITERATOR Iterator>
class TakeEveryIterator {
Iterator _iterator{};
Expand Down

0 comments on commit 069ba7a

Please sign in to comment.