revert r81335, which breaks the build.
[oota-llvm.git] / include / llvm / Analysis / ProfileInfoLoader.h
index de75d4892d40f4feee9e2956818a7677d2b04115..e74ea3c7d3a4fc86759da75cb8d754acf7b78c5f 100644 (file)
@@ -42,8 +42,6 @@ public:
   ProfileInfoLoader(const char *ToolName, const std::string &Filename,
                     Module &M);
 
-  static const unsigned Uncounted = ~0U;
-
   unsigned getNumExecutions() const { return CommandLines.size(); }
   const std::string &getExecution(unsigned i) const { return CommandLines[i]; }