summaryrefslogtreecommitdiff
path: root/autodoc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-24 10:41:31 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-24 10:41:31 +0000
commitee5b2715cdd9da44a34fda8a28da4e76e373fb28 (patch)
tree49071f77d003b7ff94d4de1f6c6de25479ef53bc /autodoc
parentb331e97167a352f3faf8ad106f036c7428cb5bed (diff)
WaE: gcc 4.6.0 various warnings
Diffstat (limited to 'autodoc')
-rw-r--r--autodoc/source/ary/cpp/c_namesp.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/autodoc/source/ary/cpp/c_namesp.cxx b/autodoc/source/ary/cpp/c_namesp.cxx
index c2574cdbf2a3..133f8e96c812 100644
--- a/autodoc/source/ary/cpp/c_namesp.cxx
+++ b/autodoc/source/ary/cpp/c_namesp.cxx
@@ -207,8 +207,6 @@ Namespace::Search_LocalOperations( std::vector<Ce_id> & o_result,
if ( (*itLower).first != i_sName )
return;
- operations_citer
- itEnd = aLocalOperations.end();
for ( operations_citer it = itLower;
it != aLocalOperations.end() ? (*itLower).first == i_sName : false;
++it )