From 1ae3184d72b5f0917d71affb0b9d2d753fc90121 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Thu, 28 Jun 2001 19:28:17 +0000 Subject: [PATCH] removed unused parameter [SVN r10474] --- include/boost/graph/adjacency_list_io.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/graph/adjacency_list_io.hpp b/include/boost/graph/adjacency_list_io.hpp index 4b8dc037..52342b08 100644 --- a/include/boost/graph/adjacency_list_io.hpp +++ b/include/boost/graph/adjacency_list_io.hpp @@ -178,7 +178,7 @@ struct PropertyPrinter PropertyPrinter( Graph& ){} template - PropertyPrinter& operator () ( std::ostream&, Iterator it ){ return *this; } + PropertyPrinter& operator () ( std::ostream&, Iterator){ return *this; } }; // property printer