Fix a warning found in the latest VS release

This commit is contained in:
Changming Sun 2019-12-06 11:21:47 -08:00
parent 34beafc51c
commit 262ee9dc5a

View file

@ -143,9 +143,6 @@ Status PerformanceRunner::ForkJoinRepeat() {
std::condition_variable cv;
// Fork
counter.load(std::memory_order_seq_cst);
requests.load(std::memory_order_seq_cst);
for (size_t i = 0; i != run_config.concurrent_session_runs; ++i) {
counter++;
tpool->Schedule([this, &counter, &requests, &m, &cv, &run_config]() {