Took out dependence on vector

pull/5039/head
vjpai 9 years ago
parent 5a80d6f606
commit 7f1b65b8c6
  1. 1
      test/cpp/qps/limit_cores.cc
  2. 2
      test/cpp/qps/limit_cores.h

@ -36,7 +36,6 @@
#include <grpc/support/cpu.h>
#include <grpc/support/log.h>
#include <grpc/support/port_platform.h>
#include <vector>
namespace grpc {
namespace testing {

@ -34,8 +34,6 @@
#ifndef TEST_QPS_LIMIT_CORES_H
#define TEST_QPS_LIMIT_CORES_H
#include <vector>
namespace grpc {
namespace testing {
/// LimitCores: allow this worker to only run on the cores specified in the

Loading…
Cancel
Save