new classgen part 3
[nestedvm.git] / src / org / ibex / nestedvm / Runtime.java
index 5a1a895..ee02214 100644 (file)
@@ -6,7 +6,6 @@ package org.ibex.nestedvm;
 
 import org.ibex.nestedvm.util.*;
 import java.io.*;
-import java.util.Arrays;
 
 public abstract class Runtime implements UsermodeConstants,Registers,Cloneable {
     public static final String VERSION = "1.0";