Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 29712 invoked from network); 17 May 2007 18:33:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 May 2007 18:33:30 -0000 Received: (qmail 66012 invoked by uid 500); 17 May 2007 18:33:36 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 65957 invoked by uid 500); 17 May 2007 18:33:36 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 65933 invoked by uid 99); 17 May 2007 18:33:36 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 May 2007 11:33:36 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 May 2007 11:33:29 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id A6AC91A9838; Thu, 17 May 2007 11:33:09 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r539073 - /db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/dictionary/TupleDescriptor.java Date: Thu, 17 May 2007 18:33:09 -0000 To: derby-commits@db.apache.org From: djd@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070517183309.A6AC91A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: djd Date: Thu May 17 11:33:08 2007 New Revision: 539073 URL: http://svn.apache.org/viewvc?view=rev&rev=539073 Log: Remove unused constants from TupleDescriptor Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/dictionary/TupleDescriptor.java Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/dictionary/TupleDescriptor.java URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/dictionary/TupleDescriptor.java?view=diff&rev=539073&r1=539072&r2=539073 ============================================================================== --- db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/dictionary/TupleDescriptor.java (original) +++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/dictionary/TupleDescriptor.java Thu May 17 11:33:08 2007 @@ -47,29 +47,7 @@ // ////////////////////////////////////////////////////////////////// - // list types - public static final int COLUMN_LIST = 1; - public static final int CONGLOMERATE_LIST = 2; - public static final int TRIGGER_LIST = 3; - public static final int CONSTRAINT_LIST = 4; - - // generic items -/* - public static final int INDEX_PROPERTIES = 1; - public static final int TRIGGER_WHEN_TEXT = 2; - public static final int TRIGGER_ACTION_TEXT = 3; - public static final int TRIGGER_COMP_SCHEMA_ID = 4; - public static final int VIEW_DEPENDENCIES = 5; - public static final int SOURCE_COLUMN_IDS = 6; - public static final int UUID_ID = 7; - public static final int UUID_FLATNAME = 8; - public static final int UUID_TYPE = 9; - public static final int UUID_OTHER_ID = 10; - public static final int EXTERNAL_TYPE = 11; - public static final int PLUGIN_PRIMARY_KEY = 12; - public static final int SOURCE_JAR_FILE = 13; -*/ ////////////////////////////////////////////////////////////////// // // STATE