Skip to content

Commit

Permalink
Remove unused and unnecessary forward declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalkin committed Aug 17, 2024
1 parent fbc3119 commit 822bd53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion filters/include/bloom_filter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ namespace datasketches {

// forward declarations
template<typename A> class bloom_filter_alloc;
template<typename A> class bloom_filter_builder_alloc;

// aliases with default allocator
using bloom_filter = bloom_filter_alloc<std::allocator<uint8_t>>;
Expand Down

0 comments on commit 822bd53

Please sign in to comment.