From 273a488cdfe27aee58a3774579376d4b8f791012 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 9 Sep 2009 16:00:57 +0000 Subject: revert r81335, which breaks the build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81347 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Analysis/ProfileInfoLoader.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/llvm/Analysis/ProfileInfoLoader.h b/include/llvm/Analysis/ProfileInfoLoader.h index de75d4892d..e74ea3c7d3 100644 --- a/include/llvm/Analysis/ProfileInfoLoader.h +++ b/include/llvm/Analysis/ProfileInfoLoader.h @@ -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]; } -- cgit v1.2.3-70-g09d2