Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / property_map / test / property_map_cc.cpp
index b8fb771..3d74a97 100644 (file)
@@ -107,7 +107,6 @@ main()
   {
     typedef sgi_assignable_archetype<> Key; // ?
     typedef sgi_assignable_archetype<> Value;
-    typedef random_access_iterator_archetype<Value> Iterator;
     typedef readable_property_map_archetype<Key, std::ptrdiff_t> IndexMap;
     typedef shared_array_property_map<Value, IndexMap> PMap;
     function_requires<Mutable_LvaluePropertyMapConcept<PMap, Key> >();