Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions phlex/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ cet_make_library(
spdlog::spdlog
)
install(
FILES cached_product_stores.hpp
concepts.hpp
FILES concepts.hpp
consumer.hpp
declared_fold.hpp
declared_observer.hpp
Expand Down
41 changes: 0 additions & 41 deletions phlex/core/cached_product_stores.hpp

This file was deleted.

3 changes: 0 additions & 3 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ cet_test(
phlex::core
Boost::json
)
cet_test(cached_product_stores USE_CATCH2_MAIN SOURCE cached_product_stores.cpp
LIBRARIES phlex::core
)
cet_test(
class_registration
USE_CATCH2_MAIN
Expand Down
55 changes: 0 additions & 55 deletions test/cached_product_stores.cpp

This file was deleted.

Loading