summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/PathProfileVerifier.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-10-01 13:32:03 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-10-01 13:32:03 +0000
commit44fee4e0eb62c691d80ed5f36cb96321b4167a6d (patch)
tree76606fd558ae8eb98363e8e98caffdaff04cc734 /llvm/lib/Analysis/PathProfileVerifier.cpp
parentad864049d68d44445f2eae5d186179299a86d217 (diff)
downloadbcm5719-llvm-44fee4e0eb62c691d80ed5f36cb96321b4167a6d.tar.gz
bcm5719-llvm-44fee4e0eb62c691d80ed5f36cb96321b4167a6d.zip
Remove several unused variables.
Patch by Alp Toker. llvm-svn: 191757
Diffstat (limited to 'llvm/lib/Analysis/PathProfileVerifier.cpp')
-rw-r--r--llvm/lib/Analysis/PathProfileVerifier.cpp1
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
OpenPOWER on IntegriCloud