Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r77547 - trunk/boost/property_map/parallel/impl
From: jewillco_at_[hidden]
Date: 2012-03-25 17:01:47


Author: jewillco
Date: 2012-03-25 17:01:47 EDT (Sun, 25 Mar 2012)
New Revision: 77547
URL: http://svn.boost.org/trac/boost/changeset/77547

Log:
Removed unused variable
Text files modified:
   trunk/boost/property_map/parallel/impl/distributed_property_map.ipp | 4 ----
   1 files changed, 0 insertions(+), 4 deletions(-)

Modified: trunk/boost/property_map/parallel/impl/distributed_property_map.ipp
==============================================================================
--- trunk/boost/property_map/parallel/impl/distributed_property_map.ipp (original)
+++ trunk/boost/property_map/parallel/impl/distributed_property_map.ipp 2012-03-25 17:01:47 EDT (Sun, 25 Mar 2012)
@@ -296,14 +296,10 @@
 {
   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;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk