Remove unused variable.

llvm-svn: 299206
This commit is contained in:
Sam McCall 2017-03-31 12:07:58 +00:00
parent 2e44d2969a
commit 61dc7c0790
1 changed files with 0 additions and 1 deletions

View File

@ -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,