You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by al...@apache.org on 2020/08/14 17:00:30 UTC

[incubator-datasketches-cpp] branch kll_merge_blocks_fix updated: removed unused include

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

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


The following commit(s) were added to refs/heads/kll_merge_blocks_fix by this push:
     new 608a741  removed unused include
608a741 is described below

commit 608a741a4d0db9078feddc165cb080f5bb43e351
Author: AlexanderSaydakov <Al...@users.noreply.github.com>
AuthorDate: Fri Aug 14 10:00:17 2020 -0700

    removed unused include
---
 kll/include/kll_quantile_calculator_impl.hpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/kll/include/kll_quantile_calculator_impl.hpp b/kll/include/kll_quantile_calculator_impl.hpp
index 77aeb05..cb92674 100644
--- a/kll/include/kll_quantile_calculator_impl.hpp
+++ b/kll/include/kll_quantile_calculator_impl.hpp
@@ -24,8 +24,6 @@
 #include <cmath>
 #include <algorithm>
 
-#include <iostream>
-
 #include "kll_helper.hpp"
 
 namespace datasketches {


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