shahinbdboy / google-api-php-client

Automatically exported from code.google.com/p/google-api-php-client
Apache License 2.0
0 stars 0 forks source link

unneeded line in source code :) #80

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Just a small note:

apiCurlIo.php

  private function getRequestKey(apiHttpRequest $request) {

this is not needed:
    $headers = $request->getHeaders();

Original issue reported on code.google.com by francesc...@gmail.com on 3 Feb 2012 at 2:53

GoogleCodeExporter commented 8 years ago
Ah, this should've been fixed on trunk in rr347.

Original comment by chirags@google.com on 3 Feb 2012 at 8:12

GoogleCodeExporter commented 8 years ago

Original comment by chirags@google.com on 5 Feb 2012 at 5:57