bugfix in url parsing for HTTP.java
[org.ibex.core.git] / src / org / ibex / util / DirtyList.java
index 932a99f..0a77a94 100644 (file)
@@ -18,8 +18,6 @@ package org.ibex.util;
  */
 public class DirtyList {
 
-    public DirtyList() { }
-    
     /** The dirty regions (each one is an int[4]). */
     private int[][] dirties = new int[10][];