Supply a default 'operator=' method.
[oota-llvm.git] / include / llvm / Analysis / ProfileInfoLoader.h
index 4539757b7860f67e9198bd6756fcc3402870690b..dcf3b38ddcd596622ebdd0cf8e9f819e2c71fe0a 100644 (file)
@@ -34,7 +34,6 @@ class ProfileInfoLoader {
   std::vector<unsigned>    EdgeCounts;
   std::vector<unsigned>    OptimalEdgeCounts;
   std::vector<unsigned>    BBTrace;
-  bool Warned;
 public:
   // ProfileInfoLoader ctor - Read the specified profiling data file, exiting
   // the program if the file is invalid or broken.