aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Michael Bausor <michaelbausor@google.com>2017-08-16 12:21:16 -0700
committerGravatar Michael Bausor <michaelbausor@google.com>2017-08-16 12:21:16 -0700
commit8a61db3c378483abebb2866add226c93fcd32c89 (patch)
tree18048dc13181ecb0bdf2a7ab584755ac807171e0
parent81fd629092282d202f23317bf0529ce5dc2979e4 (diff)
Remove metadata set
-rw-r--r--src/php/lib/Grpc/UnaryCall.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/php/lib/Grpc/UnaryCall.php b/src/php/lib/Grpc/UnaryCall.php
index 1291346363..5f30c14b54 100644
--- a/src/php/lib/Grpc/UnaryCall.php
+++ b/src/php/lib/Grpc/UnaryCall.php
@@ -45,7 +45,6 @@ class UnaryCall extends AbstractCall
OP_SEND_MESSAGE => $message_array,
OP_SEND_CLOSE_FROM_CLIENT => true,
]);
- $this->metadata = $event->metadata;
}
/**