aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/Grpc.mak
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-05-11 09:13:01 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-05-11 09:13:01 -0700
commitf7670f3054e4ed05715120728e345e4bb0a13d3d (patch)
treef0394f7b377af33bf3200f03adbb7844133c12af /vsprojects/Grpc.mak
parent3c78b4e0deb072c0bf0f3c7f2f5e051261e44043 (diff)
Clean out old code
Diffstat (limited to 'vsprojects/Grpc.mak')
-rw-r--r--vsprojects/Grpc.mak8
1 files changed, 0 insertions, 8 deletions
diff --git a/vsprojects/Grpc.mak b/vsprojects/Grpc.mak
index e3d9637bd4..51960f0253 100644
--- a/vsprojects/Grpc.mak
+++ b/vsprojects/Grpc.mak
@@ -400,14 +400,6 @@ 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_grpc_test_util $(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_grpc_test_util $(OUT_DIR)
echo Building grpc_completion_queue_test
$(CC) $(CFLAGS) /Fo:$(OUT_DIR)\ $(REPO_ROOT)\test\core\surface\completion_queue_test.c