]> source.dussan.org Git - sonarqube.git/commitdiff
Dead code
authorDavid Gageot <david@gageot.net>
Mon, 16 Jul 2012 12:02:20 +0000 (14:02 +0200)
committerDavid Gageot <david@gageot.net>
Mon, 16 Jul 2012 13:27:23 +0000 (15:27 +0200)
sonar-core/src/main/java/org/sonar/core/persistence/DatabaseUtils.java

index 113301c2f11918252d6be6915541dbe706ee471c..240717336ff0c12216b3c8c22e07afe8eb4d5ede 100644 (file)
@@ -23,11 +23,6 @@ package org.sonar.core.persistence;
  * @since 2.13
  */
 public final class DatabaseUtils {
-  /**
-   * Oracle: number of elements in IN statements is limited.
-   */
-  public static final int MAX_IN_ELEMENTS = 1000;
-
   private DatabaseUtils() {
   }