aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-05-13 13:30:34 -0700
committerGravatar Yang Gao <yangg@google.com>2015-05-13 13:30:34 -0700
commit0fff02c3ba5e2050d079bcb712fec3c99c03d22a (patch)
tree46abf19e2e91491aff38413957eaeecda73cf6e5 /vsprojects
parentd6808d849c42ed8037314e11b1da29736c071f74 (diff)
parent6c66c0f5ceb31c371890b59011064990720feca0 (diff)
Merge pull request #1472 from ctiller/bye-bye-completion-queue-pie
C Core API cleanup.
Diffstat (limited to 'vsprojects')
-rw-r--r--vsprojects/Grpc.mak7
1 files changed, 0 insertions, 7 deletions
diff --git a/vsprojects/Grpc.mak b/vsprojects/Grpc.mak
index 9dc08422c1..d5fdcdddad 100644
--- a/vsprojects/Grpc.mak
+++ b/vsprojects/Grpc.mak
@@ -322,13 +322,6 @@ grpc_channel_stack_test.exe: build_libs $(OUT_DIR)
grpc_channel_stack_test: grpc_channel_stack_test.exe
echo Running grpc_channel_stack_test
$(OUT_DIR)\grpc_channel_stack_test.exe
-grpc_completion_queue_benchmark.exe: build_libs $(OUT_DIR)
- echo Building grpc_completion_queue_benchmark
- $(CC) $(CFLAGS) /Fo:$(OUT_DIR)\ $(REPO_ROOT)\test\core\surface\completion_queue_benchmark.c
- $(LINK) $(LFLAGS) /OUT:"$(OUT_DIR)\grpc_completion_queue_benchmark.exe" Debug\grpc_test_util.lib Debug\grpc.lib Debug\gpr_test_util.lib Debug\gpr.lib $(LIBS) $(OUT_DIR)\completion_queue_benchmark.obj
-grpc_completion_queue_benchmark: grpc_completion_queue_benchmark.exe
- echo Running grpc_completion_queue_benchmark
- $(OUT_DIR)\grpc_completion_queue_benchmark.exe
grpc_completion_queue_test.exe: build_libs $(OUT_DIR)
echo Building grpc_completion_queue_test
$(CC) $(CFLAGS) /Fo:$(OUT_DIR)\ $(REPO_ROOT)\test\core\surface\completion_queue_test.c