aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis
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
commit8819c84aed10777ba91d4e862229882b8da0b272 (patch)
tree4895982330c0dceacf26671a3abfadccd4c32040 /lib/Analysis
parent1c831f7f1f7e869516f5a70c1e6dd8896bef76f5 (diff)
downloadexternal_llvm-8819c84aed10777ba91d4e862229882b8da0b272.zip
external_llvm-8819c84aed10777ba91d4e862229882b8da0b272.tar.gz
external_llvm-8819c84aed10777ba91d4e862229882b8da0b272.tar.bz2
Remove several unused variables.
Patch by Alp Toker. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191757 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis')
-rw-r--r--lib/Analysis/PathProfileVerifier.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Analysis/PathProfileVerifier.cpp b/lib/Analysis/PathProfileVerifier.cpp
index 48d7d05..dabd347 100644
--- a/lib/Analysis/PathProfileVerifier.cpp
+++ b/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