You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2020/01/27 22:43:48 UTC

[incubator-datasketches-cpp] branch sampling updated: remove reference to debug header

This is an automated email from the ASF dual-hosted git repository.

jmalkin pushed a commit to branch sampling
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-cpp.git


The following commit(s) were added to refs/heads/sampling by this push:
     new c071c30  remove reference to debug header
c071c30 is described below

commit c071c30dc5295fdd8057ed2d7474142b5cc447b2
Author: Jon Malkin <jm...@users.noreply.github.com>
AuthorDate: Mon Jan 27 14:43:35 2020 -0800

    remove reference to debug header
---
 sampling/test/var_opt_sketch_test.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sampling/test/var_opt_sketch_test.cpp b/sampling/test/var_opt_sketch_test.cpp
index 7251eb7..203cfc9 100644
--- a/sampling/test/var_opt_sketch_test.cpp
+++ b/sampling/test/var_opt_sketch_test.cpp
@@ -20,8 +20,6 @@
 #include <cppunit/TestFixture.h>
 #include <cppunit/extensions/HelperMacros.h>
 
-#include "counting_allocator.hpp"
-
 #include <var_opt_sketch.hpp>
 #include <var_opt_union.hpp>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org