removed comment

pull/4394/head
Stanley Cheung 9 years ago
parent 42fb70699b
commit b5f74f1b18
  1. 1
      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); MAKE_STD_ZVAL(arg);
ZVAL_STRING(arg, context.service_url, 1); ZVAL_STRING(arg, context.service_url, 1);
params[0] = &arg; params[0] = &arg;
/* TODO: Need to pass user_data as well? */
state->fci->param_count = 1; state->fci->param_count = 1;
state->fci->params = params; state->fci->params = params;
state->fci->retval_ptr_ptr = &retval; state->fci->retval_ptr_ptr = &retval;

Loading…
Cancel
Save