regressions: Remove CORES definition from ck_ht ubenches.

ck_pring
Samy Al Bahra 13 years ago
parent a5403ffe3d
commit 516381da4c

@ -43,10 +43,6 @@
#include "../../common.h"
#ifndef CORES
#define CORES 4
#endif
static ck_ht_t ht CK_CC_CACHELINE;
static char **keys;
static size_t keys_length = 0;

@ -38,10 +38,6 @@
#include "../../common.h"
#ifndef CORES
#define CORES 4
#endif
static ck_ht_t ht;
static char **keys;
static size_t keys_length = 0;

Loading…
Cancel
Save