aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/lib/Grpc/ServerStreamingCall.php
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-03-27 15:31:20 -0700
committerGravatar murgatroid99 <mlumish@google.com>2015-03-27 15:31:20 -0700
commit9ddc3da29fd0a5234b1ad318a85c912017cfbd91 (patch)
tree2d7b04a8fafd3ddb6d4f0e037f956589ecb31f97 /src/php/lib/Grpc/ServerStreamingCall.php
parentb7d9daa8a95f5828facb4f5ed4a395b64c140ce9 (diff)
Removed redundant autoload require lines
Diffstat (limited to 'src/php/lib/Grpc/ServerStreamingCall.php')
-rw-r--r--src/php/lib/Grpc/ServerStreamingCall.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/php/lib/Grpc/ServerStreamingCall.php b/src/php/lib/Grpc/ServerStreamingCall.php
index ac5e02eb53..574c1bb1e0 100644
--- a/src/php/lib/Grpc/ServerStreamingCall.php
+++ b/src/php/lib/Grpc/ServerStreamingCall.php
@@ -33,8 +33,6 @@
*/
namespace Grpc;
-require_once realpath(dirname(__FILE__) . '/../../vendor/autoload.php');
-
/**
* Represents an active call that sends a single message and then gets a stream
* of reponses