diff --git a/filters/include/bloom_filter.hpp b/filters/include/bloom_filter.hpp index b6b4b960..d4e07416 100644 --- a/filters/include/bloom_filter.hpp +++ b/filters/include/bloom_filter.hpp @@ -31,7 +31,6 @@ namespace datasketches { // forward declarations template class bloom_filter_alloc; -template class bloom_filter_builder_alloc; // aliases with default allocator using bloom_filter = bloom_filter_alloc>;