summaryrefslogtreecommitdiff
path: root/boost/property_map/parallel/impl/distributed_property_map.ipp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/property_map/parallel/impl/distributed_property_map.ipp')
-rw-r--r--boost/property_map/parallel/impl/distributed_property_map.ipp4
1 files changed, 0 insertions, 4 deletions
diff --git a/boost/property_map/parallel/impl/distributed_property_map.ipp b/boost/property_map/parallel/impl/distributed_property_map.ipp
index fa95a5bd43..ef20817f0d 100644
--- a/boost/property_map/parallel/impl/distributed_property_map.ipp
+++ b/boost/property_map/parallel/impl/distributed_property_map.ipp
@@ -296,14 +296,10 @@ PBGL_DISTRIB_PMAP::set_consistency_model(int model)
{
data->model = model;
- int stages = 1;
bool need_on_synchronize = (model != cm_forward);
// Backward consistency is a two-stage process.
if (model & cm_backward) {
- if (model & cm_flush) stages = 3;
- else stages = 2;
-
// For backward consistency to work, we absolutely cannot throw
// away any ghost cells.
data->max_ghost_cells = 0;