From 822bd53ae424b846046106012e1025e429fdbc46 Mon Sep 17 00:00:00 2001 From: Jon Malkin <786705+jmalkin@users.noreply.github.com> Date: Fri, 16 Aug 2024 21:40:53 -0700 Subject: [PATCH] Remove unused and unnecessary forward declaration --- filters/include/bloom_filter.hpp | 1 - 1 file changed, 1 deletion(-) 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>;