diff options
Diffstat (limited to 'llvm/lib/Analysis/PathProfileVerifier.cpp')
-rw-r--r-- | llvm/lib/Analysis/PathProfileVerifier.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/PathProfileVerifier.cpp b/llvm/lib/Analysis/PathProfileVerifier.cpp index 48d7d05d788..dabd3475014 100644 --- a/llvm/lib/Analysis/PathProfileVerifier.cpp +++ b/llvm/lib/Analysis/PathProfileVerifier.cpp @@ -166,7 +166,6 @@ bool PathProfileVerifier::runOnModule (Module &M) { } } - std::string errorInfo; std::string filename = EdgeProfileFilename; // Open a handle to the file |