summaryrefslogtreecommitdiff
path: root/test/esan
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
commit7596a2af0eaf685e074dde3e1294ac706913da1b (patch)
tree27441d42d207ea294657387c79a15d3e8cc1a196 /test/esan
parent00f49884313e8e13ee62216b011cab5ecd5bbd7c (diff)
Remove unused variable.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@299206 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/esan')
-rw-r--r--test/esan/TestCases/workingset-samples.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/esan/TestCases/workingset-samples.cpp b/test/esan/TestCases/workingset-samples.cpp
index cf198d2f3..7db2110b9 100644
--- a/test/esan/TestCases/workingset-samples.cpp
+++ b/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,