Skip to content

Commit

Permalink
view: clear dead path
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Sep 5, 2024
1 parent 156bc47 commit 9c98161
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/entt/entity/view.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -258,12 +258,6 @@ class basic_common_view {
: pools{value},
filter{excl},
index{Get} {
for(size_type pos{}; pos < Exclude; ++pos) {
if(filter[pos] == nullptr) {
filter[pos] = internal::view_placeholder<Type>();
}
}

unchecked_refresh();
}

Expand Down

0 comments on commit 9c98161

Please sign in to comment.