aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-05-05 08:44:51 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-05-05 08:44:51 -0700
commit81be250ee7e3b96d26cc84e8688b36303444112f (patch)
tree90e2b48c29c260fac5e0317157c8f42ec473ab9d /src/core/lib
parent94e15760737660a655896e5a208897b71f402550 (diff)
parent66e9d8e8a7717d7ccece629df4454fc546e19daa (diff)
Merge github.com:grpc/grpc into error
Diffstat (limited to 'src/core/lib')
-rw-r--r--src/core/lib/channel/channel_args.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/lib/channel/channel_args.h b/src/core/lib/channel/channel_args.h
index 0a51780a14..23c7b7b897 100644
--- a/src/core/lib/channel/channel_args.h
+++ b/src/core/lib/channel/channel_args.h
@@ -56,10 +56,6 @@ grpc_channel_args *grpc_channel_args_merge(const grpc_channel_args *a,
/** Destroy arguments created by \a grpc_channel_args_copy */
void grpc_channel_args_destroy(grpc_channel_args *a);
-/** Reads census_enabled settings from channel args. Returns 1 if census_enabled
- * is specified in channel args, otherwise returns 0. */
-int grpc_channel_args_is_census_enabled(const grpc_channel_args *a);
-
/** Returns the compression algorithm set in \a a. */
grpc_compression_algorithm grpc_channel_args_get_compression_algorithm(
const grpc_channel_args *a);