Remove empty, unused methods in client/am/Lob.java
--------------------------------------------------

                 Key: DERBY-5275
                 URL: https://issues.apache.org/jira/browse/DERBY-5275
             Project: Derby
          Issue Type: Improvement
          Components: Network Client
    Affects Versions: 10.9.0.0
            Reporter: Knut Anders Hatlen
            Assignee: Knut Anders Hatlen
            Priority: Trivial


I noticed these two methods in client/am/Lob.java:

    void completeLocalRollback() {
        ;
    }

    void completeLocalCommit() {
        ;
    }

They are not called anywhere, and could be removed.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to