Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9751A614A for ; Tue, 14 Jun 2011 09:17:10 +0000 (UTC) Received: (qmail 27037 invoked by uid 500); 14 Jun 2011 09:17:10 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 27000 invoked by uid 500); 14 Jun 2011 09:17:10 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 26993 invoked by uid 99); 14 Jun 2011 09:17:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jun 2011 09:17:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jun 2011 09:17:08 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 65E314152BF for ; Tue, 14 Jun 2011 09:16:47 +0000 (UTC) Date: Tue, 14 Jun 2011 09:16:47 +0000 (UTC) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Message-ID: <378938905.2137.1308043007414.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1693510678.2101.1308041447989.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (DERBY-5275) Remove empty, unused methods in client/am/Lob.java MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-5275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-5275: -------------------------------------- Attachment: unused.diff Attaching a patch that removes the methods. > 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 > Attachments: unused.diff > > > 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