Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r76867 - trunk/boost/graph/property_maps
From: jewillco_at_[hidden]
Date: 2012-02-04 00:12:05


Author: jewillco
Date: 2012-02-04 00:12:04 EST (Sat, 04 Feb 2012)
New Revision: 76867
URL: http://svn.boost.org/trac/boost/changeset/76867

Log:
Removed unused parameter names
Text files modified:
   trunk/boost/graph/property_maps/null_property_map.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/graph/property_maps/null_property_map.hpp
==============================================================================
--- trunk/boost/graph/property_maps/null_property_map.hpp (original)
+++ trunk/boost/graph/property_maps/null_property_map.hpp 2012-02-04 00:12:04 EST (Sat, 04 Feb 2012)
@@ -29,7 +29,7 @@
 
     // The null_property_map<K,V> only has a put() function.
     template <typename K, typename V>
- void put(null_property_map<K,V>& pm, const K& key, const V& value)
+ void put(null_property_map<K,V>& /*pm*/, const K& /*key*/, const V& /*value*/)
     { }
 
     // A helper function for intantiating null property maps.


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