We need to verify that the machine instruction we're using as a replacement for
[oota-llvm.git] / lib / CodeGen / LiveIntervalUnion.h
index 1786ecdd9e1d7c4e0c21ed974693ef06472a847c..5d64d285f39aa7644004d4739a94d1c24a2ecccf 100644 (file)
@@ -184,9 +184,6 @@ public:
   private:
     Query(const Query&);          // DO NOT IMPLEMENT
     void operator=(const Query&); // DO NOT IMPLEMENT
-
-    // Private interface for queries
-    void findIntersection();
   };
 };