$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: eric_at_[hidden]
Date: 2007-09-05 02:25:47
Author: eric_niebler
Date: 2007-09-05 02:25:44 EDT (Wed, 05 Sep 2007)
New Revision: 39125
URL: http://svn.boost.org/trac/boost/changeset/39125
Log:
remove unused variables
Text files modified: 
   branches/proto/v3/boost/xpressive/detail/static/transforms/as_quantifier.hpp |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: branches/proto/v3/boost/xpressive/detail/static/transforms/as_quantifier.hpp
==============================================================================
--- branches/proto/v3/boost/xpressive/detail/static/transforms/as_quantifier.hpp	(original)
+++ branches/proto/v3/boost/xpressive/detail/static/transforms/as_quantifier.hpp	2007-09-05 02:25:44 EDT (Wed, 05 Sep 2007)
@@ -226,7 +226,7 @@
 
         template<typename Expr, typename State, typename Visitor>
         static typename apply<Expr, State, Visitor>::type
-        call(Expr const &expr, State const &state, Visitor &visitor)
+        call(Expr const &expr, State const &, Visitor &visitor)
         {
             int mark_number = proto::arg(proto::left(expr)).mark_number_;
             return typename apply<Expr, State, Visitor>::type(
@@ -270,7 +270,7 @@
 
         template<typename Expr, typename State, typename Visitor>
         static typename apply<Expr, State, Visitor>::type
-        call(Expr const &expr, State const &state, Visitor &visitor)
+        call(Expr const &expr, State const &, Visitor &)
         {
             typename apply<Expr, State, Visitor>::type that = {expr};
             return that;