aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/surface
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2018-07-31 21:12:45 -0700
committerGravatar GitHub <noreply@github.com>2018-07-31 21:12:45 -0700
commitbea98c3c1b32f5959e57f00bb8fd4e129531b671 (patch)
tree84d57f71bb40d9b135a94502b843089ff968bea1 /test/core/surface
parentc3ce44e1168ee5d5f6ba4b9ddc455afeebefa200 (diff)
Revert "Restrict the number of threads in C++ sync server"
Diffstat (limited to 'test/core/surface')
-rw-r--r--test/core/surface/public_headers_must_be_c89.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/core/surface/public_headers_must_be_c89.c b/test/core/surface/public_headers_must_be_c89.c
index 497f7194d5..9f4ad2b4d7 100644
--- a/test/core/surface/public_headers_must_be_c89.c
+++ b/test/core/surface/public_headers_must_be_c89.c
@@ -130,7 +130,6 @@ int main(int argc, char **argv) {
printf("%lx", (unsigned long) grpc_resource_quota_ref);
printf("%lx", (unsigned long) grpc_resource_quota_unref);
printf("%lx", (unsigned long) grpc_resource_quota_resize);
- printf("%lx", (unsigned long) grpc_resource_quota_set_max_threads);
printf("%lx", (unsigned long) grpc_resource_quota_arg_vtable);
printf("%lx", (unsigned long) grpc_channelz_get_top_channels);
printf("%lx", (unsigned long) grpc_channelz_get_channel);