aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2015-12-10 16:13:00 -0800
committerGravatar Stanley Cheung <stanleycheung@google.com>2015-12-10 16:13:00 -0800
commitb5f74f1b18a6ec20b04fb2c565cc79390f4732ff (patch)
treefd3dcf956f3503c07195e0ad64eba9329e27c4e8 /src/php
parent42fb70699b9e97c73ad91ad6c78b4517548a5cf8 (diff)
removed comment
Diffstat (limited to 'src/php')
-rw-r--r--src/php/ext/grpc/call_credentials.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/php/ext/grpc/call_credentials.c b/src/php/ext/grpc/call_credentials.c
index c6f674edd9..06c6fc0566 100644
--- a/src/php/ext/grpc/call_credentials.c
+++ b/src/php/ext/grpc/call_credentials.c
@@ -185,7 +185,6 @@ void plugin_get_metadata(void *ptr, grpc_auth_metadata_context context,
MAKE_STD_ZVAL(arg);
ZVAL_STRING(arg, context.service_url, 1);
params[0] = &arg;
- /* TODO: Need to pass user_data as well? */
state->fci->param_count = 1;
state->fci->params = params;
state->fci->retval_ptr_ptr = &retval;