Actions
Bug #2808
closedUseless boolean isFound in NameTree::const_iterator::operator++
Start date:
Due date:
% Done:
80%
Estimated time:
1.00 h
Description
In every branch there's always a return statement immediately after the assignment to isFound, so the value stored is never read. Therefore the BOOST_VERIFY condition is always true and can be eliminated, together with the variable isFound itself.
      
      Updated by Junxiao Shi over 10 years ago
      
    
    - Assignee set to Haowei Yuan
 - Estimated time set to 1.00 h
 
      
      Updated by Haowei Yuan over 10 years ago
      
    
    - Status changed from In Progress to Code review
 - % Done changed from 0 to 80
 
      
      Updated by Junxiao Shi over 10 years ago
      
    
    - Status changed from Code review to Closed
 
Actions