Kai Sasaki created YARN-6379:
--------------------------------

             Summary: Remove unused argument in ClientRMService
                 Key: YARN-6379
                 URL: https://issues.apache.org/jira/browse/YARN-6379
             Project: Hadoop YARN
          Issue Type: Improvement
            Reporter: Kai Sasaki
            Assignee: Kai Sasaki
            Priority: Trivial


checkReservationSytem argument is not used. We can remove unused arguments.
{code}
  private void checkReservationSytem(String auditConstant) throws YarnException 
{
    // auditConstant is not used
  }
{code}

Follow up of YARN-5956.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to