aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/load_reporting/load_reporting.c
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-08-01 14:56:26 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-08-01 14:56:26 -0700
commit54fe31a779f82da4c2731c2d91d6c5831b1fe985 (patch)
tree6d7b96741d157cdd9aa029447a172c1351f5171a /src/core/ext/load_reporting/load_reporting.c
parent62105352beec527b28313ad055264731461b5b61 (diff)
clang-format
Diffstat (limited to 'src/core/ext/load_reporting/load_reporting.c')
-rw-r--r--src/core/ext/load_reporting/load_reporting.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/ext/load_reporting/load_reporting.c b/src/core/ext/load_reporting/load_reporting.c
index 592625496d..df1ea0ec9a 100644
--- a/src/core/ext/load_reporting/load_reporting.c
+++ b/src/core/ext/load_reporting/load_reporting.c
@@ -42,7 +42,6 @@
#include "src/core/lib/channel/channel_stack_builder.h"
#include "src/core/lib/surface/channel_init.h"
-
static bool is_load_reporting_enabled(const grpc_channel_args *a) {
if (a == NULL) return false;
for (size_t i = 0; i < a->num_args; i++) {