summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam McCall <sam.mccall@gmail.com>2017-03-31 12:07:58 +0000
committerSam McCall <sam.mccall@gmail.com>2017-03-31 12:07:58 +0000
commit61dc7c0790be3ffc8d9afbaa3495ff77eb6f61e3 (patch)
tree558232596872af1c2dca93cbab11692386c650fd
parent2e44d2969af826efa5bfb271f403ac86428d68fb (diff)
downloadbcm5719-llvm-61dc7c0790be3ffc8d9afbaa3495ff77eb6f61e3.tar.gz
bcm5719-llvm-61dc7c0790be3ffc8d9afbaa3495ff77eb6f61e3.zip
Remove unused variable.
llvm-svn: 299206
-rw-r--r--compiler-rt/test/esan/TestCases/workingset-samples.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/test/esan/TestCases/workingset-samples.cpp b/compiler-rt/test/esan/TestCases/workingset-samples.cpp
index cf198d2f39e..7db2110b924 100644
--- a/compiler-rt/test/esan/TestCases/workingset-samples.cpp
+++ b/compiler-rt/test/esan/TestCases/workingset-samples.cpp
@@ -8,7 +8,6 @@
#include <sys/mman.h>
const int size = 0x1 << 25; // 523288 cache lines
-const int iters = 6;
int main(int argc, char **argv) {
char *buf = (char *)mmap(0, size, PROT_READ | PROT_WRITE,
OpenPOWER on IntegriCloud