Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r50212 - trunk/tools/quickbook/detail
From: daniel_james_at_[hidden]
Date: 2008-12-08 18:35:09


Author: danieljames
Date: 2008-12-08 18:35:08 EST (Mon, 08 Dec 2008)
New Revision: 50212
URL: http://svn.boost.org/trac/boost/changeset/50212

Log:
Remove an unused variable in order to avoid a gcc warning.
Text files modified:
   trunk/tools/quickbook/detail/actions.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/tools/quickbook/detail/actions.cpp
==============================================================================
--- trunk/tools/quickbook/detail/actions.cpp (original)
+++ trunk/tools/quickbook/detail/actions.cpp 2008-12-08 18:35:08 EST (Mon, 08 Dec 2008)
@@ -567,7 +567,7 @@
                 tinfo.push_back(*arg);
                 template_symbol template_(tinfo, pos);
 
- if (template_symbol* p = actions.templates.find_top_scope(*tpl))
+ if (actions.templates.find_top_scope(*tpl))
                 {
                     detail::outerr(pos.file,pos.line)
                         << "Duplicate Symbol Found" << std::endl;


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