Skip to content

Commit

Permalink
Remove IndexRangePredicateIterator
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkaratarakis committed Aug 18, 2023
1 parent dc20e73 commit b3b1772
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 683 deletions.
22 changes: 0 additions & 22 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -260,17 +260,6 @@ cc_library(
copts = ["-std=c++20"],
)

cc_library(
name = "index_range_predicate_iterator",
hdrs = ["include/fixed_containers/index_range_predicate_iterator.hpp"],
includes = ["include"],
deps = [
":arrow_proxy",
":iterator_utils",
],
copts = ["-std=c++20"],
)

cc_library(
name = "integer_range",
hdrs = ["include/fixed_containers/integer_range.hpp"],
Expand Down Expand Up @@ -664,17 +653,6 @@ cc_test(
copts = ["-std=c++20"],
)

cc_test(
name = "index_range_predicate_iterator_test",
srcs = ["test/index_range_predicate_iterator_test.cpp"],
deps = [
":index_range_predicate_iterator",
"@com_google_googletest//:gtest",
"@com_google_googletest//:gtest_main",
],
copts = ["-std=c++20"],
)

cc_test(
name = "integer_range_test",
srcs = ["test/integer_range_test.cpp"],
Expand Down
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,6 @@ if(BUILD_TESTS)
add_test_dependencies(fixed_vector_test)
add_executable(in_out_test test/in_out_test.cpp)
add_test_dependencies(in_out_test)
add_executable(index_range_predicate_iterator_test test/index_range_predicate_iterator_test.cpp)
add_test_dependencies(index_range_predicate_iterator_test)
add_executable(instance_counter_test test/instance_counter_test.cpp)
add_test_dependencies(instance_counter_test)
add_executable(integer_range_test test/integer_range_test.cpp)
Expand Down
267 changes: 0 additions & 267 deletions include/fixed_containers/index_range_predicate_iterator.hpp

This file was deleted.

Loading

0 comments on commit b3b1772

Please sign in to comment.