Skip to content

Commit

Permalink
Optim : Unsed local variable : the value of the variable is not used …
Browse files Browse the repository at this point in the history
…anywhere
  • Loading branch information
s-renier-taonix-fr authored and f3l1x committed Feb 13, 2023
1 parent a81d03f commit 382aaf2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/nusoap.php
Original file line number Diff line number Diff line change
Expand Up @@ -2837,8 +2837,6 @@ function isSkippableCurlHeader($data)
*/
function decodeChunked($buffer, $lb)
{
// length := 0
$length = 0;
$new = '';

// read chunk-size, chunk-extension (if any) and CRLF
Expand Down

0 comments on commit 382aaf2

Please sign in to comment.