Github user rajesh-battala commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1859#discussion_r93746500
  
    --- Diff: 
engine/schema/src/com/cloud/dc/dao/DataCenterIpAddressDaoImpl.java ---
    @@ -177,6 +177,22 @@ public void releaseIpAddress(long nicId, String 
reservationId) {
         }
     
         @Override
    +    public void releasePodIpAddress(long id) {
    +        if (s_logger.isDebugEnabled()) {
    +            s_logger.debug("Releasing ip address for ID=" + id);
    +        }
    +//        SearchCriteria<DataCenterIpAddressVO> sc = 
AllFieldsSearch.create();
    --- End diff --
    
    Remove this unused code.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to