Skip to content

Commit

Permalink
Remove deprecated local dataflow compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Oct 12, 2018
1 parent bb22edc commit b5b4961
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 40 deletions.
8 changes: 0 additions & 8 deletions CMakeLists.txt
Expand Up @@ -925,14 +925,6 @@ hpx_option(HPX_WITH_VIM_YCM BOOL
################################################################################
# Backwards compatibility options (edit for each release)

# HPX_WITH_LOCAL_DATAFLOW_COMPATIBILITY: introduced in V0.9.99
hpx_option(HPX_WITH_LOCAL_DATAFLOW_COMPATIBILITY BOOL
"Enable backwards compatibility for hpx::lcos::local::dataflow() functions"
OFF ADVANCED)
if(HPX_WITH_LOCAL_DATAFLOW_COMPATIBILITY)
hpx_add_config_define(HPX_HAVE_LOCAL_DATAFLOW_COMPATIBILITY)
endif()

# HPX_WITH_GENERIC_EXECUTION_POLICY: introduced in V0.9.99
hpx_option(HPX_WITH_GENERIC_EXECUTION_POLICY BOOL
"Enable the generic execution policy (default: OFF)"
Expand Down
1 change: 0 additions & 1 deletion hpx/dataflow.hpp
Expand Up @@ -8,6 +8,5 @@

#include <hpx/lcos/future.hpp>
#include <hpx/lcos/dataflow.hpp>
#include <hpx/lcos/local/dataflow.hpp>

#endif /*HPX_DATAFLOW_HPP*/
31 changes: 0 additions & 31 deletions hpx/lcos/local/dataflow.hpp

This file was deleted.

0 comments on commit b5b4961

Please sign in to comment.