From 6ff1ca4871d73dd018e33bfca0df896570c0d429 Mon Sep 17 00:00:00 2001 From: Alexander Polcyn Date: Wed, 11 Jan 2017 14:25:55 -0800 Subject: re-run generate project to build qps json driver --- vsprojects/vcxproj/qps/qps.vcxproj | 2 -- vsprojects/vcxproj/qps/qps.vcxproj.filters | 3 --- 2 files changed, 5 deletions(-) (limited to 'vsprojects') diff --git a/vsprojects/vcxproj/qps/qps.vcxproj b/vsprojects/vcxproj/qps/qps.vcxproj index 004cf7c9f0..8b98b5e67c 100644 --- a/vsprojects/vcxproj/qps/qps.vcxproj +++ b/vsprojects/vcxproj/qps/qps.vcxproj @@ -207,8 +207,6 @@ - - diff --git a/vsprojects/vcxproj/qps/qps.vcxproj.filters b/vsprojects/vcxproj/qps/qps.vcxproj.filters index d3a440ba73..111b133d71 100644 --- a/vsprojects/vcxproj/qps/qps.vcxproj.filters +++ b/vsprojects/vcxproj/qps/qps.vcxproj.filters @@ -25,9 +25,6 @@ test\cpp\qps - - test\cpp\qps - test\cpp\qps -- cgit v1.2.3 From 20ce39a4fe664b73cd271044e59377ee4d91d950 Mon Sep 17 00:00:00 2001 From: Alexander Polcyn Date: Wed, 11 Jan 2017 15:44:13 -0800 Subject: remove limit_cores.h from build.yaml --- build.yaml | 1 - tools/run_tests/generated/sources_and_headers.json | 2 -- vsprojects/vcxproj/qps/qps.vcxproj | 1 - vsprojects/vcxproj/qps/qps.vcxproj.filters | 3 --- 4 files changed, 7 deletions(-) (limited to 'vsprojects') diff --git a/build.yaml b/build.yaml index 8f217682c2..8f478066f7 100644 --- a/build.yaml +++ b/build.yaml @@ -1289,7 +1289,6 @@ libs: - test/cpp/qps/driver.h - test/cpp/qps/histogram.h - test/cpp/qps/interarrival.h - - test/cpp/qps/limit_cores.h - test/cpp/qps/parse_json.h - test/cpp/qps/qps_worker.h - test/cpp/qps/report.h diff --git a/tools/run_tests/generated/sources_and_headers.json b/tools/run_tests/generated/sources_and_headers.json index deadec29a4..8bf9dfd617 100644 --- a/tools/run_tests/generated/sources_and_headers.json +++ b/tools/run_tests/generated/sources_and_headers.json @@ -5525,7 +5525,6 @@ "test/cpp/qps/driver.h", "test/cpp/qps/histogram.h", "test/cpp/qps/interarrival.h", - "test/cpp/qps/limit_cores.h", "test/cpp/qps/parse_json.h", "test/cpp/qps/qps_worker.h", "test/cpp/qps/report.h", @@ -5545,7 +5544,6 @@ "test/cpp/qps/driver.h", "test/cpp/qps/histogram.h", "test/cpp/qps/interarrival.h", - "test/cpp/qps/limit_cores.h", "test/cpp/qps/parse_json.cc", "test/cpp/qps/parse_json.h", "test/cpp/qps/qps_worker.cc", diff --git a/vsprojects/vcxproj/qps/qps.vcxproj b/vsprojects/vcxproj/qps/qps.vcxproj index 8b98b5e67c..2d7892683a 100644 --- a/vsprojects/vcxproj/qps/qps.vcxproj +++ b/vsprojects/vcxproj/qps/qps.vcxproj @@ -151,7 +151,6 @@ - diff --git a/vsprojects/vcxproj/qps/qps.vcxproj.filters b/vsprojects/vcxproj/qps/qps.vcxproj.filters index 111b133d71..f25be9af19 100644 --- a/vsprojects/vcxproj/qps/qps.vcxproj.filters +++ b/vsprojects/vcxproj/qps/qps.vcxproj.filters @@ -60,9 +60,6 @@ test\cpp\qps - - test\cpp\qps - test\cpp\qps -- cgit v1.2.3