Untabify.
[oota-llvm.git] / lib / CodeGen / LiveIntervalUnion.h
index 1786ecdd9e1d7c4e0c21ed974693ef06472a847c..dbf5ac122d5dd68eac7a2b426356e73114f20556 100644 (file)
@@ -20,8 +20,6 @@
 #include "llvm/ADT/IntervalMap.h"
 #include "llvm/CodeGen/LiveInterval.h"
 
-#include <algorithm>
-
 namespace llvm {
 
 class MachineLoopRange;
@@ -184,9 +182,6 @@ public:
   private:
     Query(const Query&);          // DO NOT IMPLEMENT
     void operator=(const Query&); // DO NOT IMPLEMENT
-
-    // Private interface for queries
-    void findIntersection();
   };
 };