Skip to content

Commit 9fb3a26

Browse files
committed
Remove unnecessary files
1 parent 9f38af0 commit 9fb3a26

5 files changed

Lines changed: 0 additions & 106 deletions

File tree

common/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ install(FILES
4040
include/conditional_back_inserter.hpp
4141
include/conditional_forward.hpp
4242
include/count_zeros.hpp
43-
include/fast_log2.hpp
4443
include/inv_pow2_table.hpp
4544
include/kolmogorov_smirnov_impl.hpp
4645
include/kolmogorov_smirnov.hpp

common/include/fast_log2.hpp

Lines changed: 0 additions & 59 deletions
This file was deleted.

common/test/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ target_sources(common_test
6969
PRIVATE
7070
quantiles_sorted_view_test.cpp
7171
optional_test.cpp
72-
test_fast_log2.cpp
7372
)
7473

7574
# now the integration test part

common/test/test_fast_log2.cpp

Lines changed: 0 additions & 42 deletions
This file was deleted.

ddsketch/include/linearly_interpolated_mapping_impl.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919

2020
#ifndef LINEARLY_INTERPOLATED_MAPPING_IMPL_HPP
2121
#define LINEARLY_INTERPOLATED_MAPPING_IMPL_HPP
22-
#include "linearly_interpolated_mapping.hpp"
23-
#include <cmath>
24-
#include "fast_log2.hpp"
2522

2623
namespace datasketches {
2724

0 commit comments

Comments
 (0)