--- /home/cpdev/src/classpath/gnu/xml/xpath/Root.java	2005-07-10 05:32:36.000000000 +0000
+++ gnu/xml/xpath/Root.java	2005-06-30 05:34:23.000000000 +0000
@@ -39,7 +39,6 @@
 
 import java.util.Collection;
 import java.util.Collections;
-import javax.xml.namespace.QName;
 import org.w3c.dom.Document;
 import org.w3c.dom.Node;
 
@@ -74,11 +73,6 @@
     return new Root();
   }
 
-  public boolean references(QName var)
-  {
-    return false;
-  }
-
   public String toString()
   {
     return "/";
