Skip to content

Commit

Permalink
test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSylvester committed Dec 6, 2024
1 parent a017ae4 commit 0509b40
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mbgl/tile/tile_cache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,9 @@ struct CaptureWrapper {
}
CaptureWrapper(CaptureWrapper&&) = default;

// coverage:ignore-start
/// This copy constructor is required to build, but doesn't seem to be called.
CaptureWrapper(const CaptureWrapper& other)
: items(other.items) {}
// coverage:ignore-end

std::vector<std::shared_ptr<Tile>> items;
};
Expand Down

0 comments on commit 0509b40

Please sign in to comment.