Delete unused variables.

llvm-svn: 190383
This commit is contained in:
Eli Friedman 2013-09-10 03:27:07 +00:00
parent 5ef2175866
commit abc1a5cb9b
2 changed files with 0 additions and 2 deletions

View File

@ -65,7 +65,6 @@ class TestData {
};
const int kThreads = 8;
const int kWriteRate = 1024;
#if SANITIZER_DEBUG
const int kIters = 16*1024;
#else

View File

@ -67,7 +67,6 @@ extern "C" void __libc_free(void *ptr);
extern "C" int mallopt(int param, int value);
const int PTHREAD_MUTEX_RECURSIVE = 1;
const int PTHREAD_MUTEX_RECURSIVE_NP = 1;
const int kPthreadAttrSize = 56;
const int EINVAL = 22;
const int EBUSY = 16;
const int EPOLL_CTL_ADD = 1;