removing unnecessary constructors
[org.ibex.core.git] / src / org / ibex / Stream.java
index 526663a..c12583a 100644 (file)
@@ -94,7 +94,6 @@ public abstract class Stream extends JS.Cloneable {
 
     /** the Builtin resource */
     public static class Builtin extends Stream {
-        public Builtin() { };
         public String getCacheKey() throws NotCacheableException { throw new NotCacheableException(); }
         public InputStream getInputStream() throws IOException { return Platform.getBuiltinInputStream(); }
     }