maskit opened a new issue, #10356:
URL: https://github.com/apache/trafficserver/issues/10356

   NextHopConsistentHash.cc
   ```
   342    case NH_EXHAUST_RING:
   343    default:
        const: At condition wrapped, the value of wrapped must be equal to 0.
        dead_error_condition: The condition !wrapped must be true.
   344      if (!wrapped) {
   345        cur_ring = result.last_group;
        
   CID 1518576 (#1 of 1): Logically dead code (DEADCODE)
   dead_error_line: Execution cannot reach this statement: if (this->groups > 
1U) {
     ....
   346      } else if (groups > 1) {
   347        cur_ring = (result.last_group + 1) % groups;
   348      }
   349      break;
   350    }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@trafficserver.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to