Skip to content

Commit

Permalink
Merge #525
Browse files Browse the repository at this point in the history
525: Remove unused headers from `futures` module r=msimberg a=msimberg

Part of #16. Very minor cleanup since nested namespaces will be updated separately and other things will be removed at some point with #22.

Co-authored-by: Mikael Simberg <mikael.simberg@iki.fi>
  • Loading branch information
bors[bot] and msimberg authored Dec 7, 2022
2 parents b9023f8 + b58a852 commit 677ab93
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 71 deletions.
2 changes: 0 additions & 2 deletions libs/pika/futures/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@ set(futures_headers
pika/futures/traits/future_access.hpp
pika/futures/traits/future_then_result.hpp
pika/futures/traits/future_traits.hpp
pika/futures/traits/get_remote_result.hpp
pika/futures/traits/is_future.hpp
pika/futures/traits/is_future_range.hpp
pika/futures/traits/is_future_tuple.hpp
pika/futures/traits/promise_local_result.hpp
pika/futures/traits/promise_remote_result.hpp
)

set(futures_sources future_data.cpp)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include <pika/functional/function.hpp>
#include <pika/futures/future_fwd.hpp>
#include <pika/futures/traits/future_access.hpp>
#include <pika/futures/traits/get_remote_result.hpp>
#include <pika/memory/intrusive_ptr.hpp>
#include <pika/modules/errors.hpp>
#include <pika/synchronization/condition_variable.hpp>
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 677ab93

Please sign in to comment.