Skip to content

Commit 4f776a5

Browse files
committed
Removed unused variables.
1 parent d3bb371 commit 4f776a5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Curl/Curl.php

-3
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ public function downloadComplete($fh)
189189

190190
public function download($url, $mixed_filename)
191191
{
192-
$callback = false;
193192
if (is_callable($mixed_filename)) {
194193
$this->download_complete_function = $mixed_filename;
195194
$fh = tmpfile();
@@ -212,8 +211,6 @@ public function error($callback)
212211

213212
public function exec($ch = null)
214213
{
215-
$target = $ch === null ? $this : $ch;
216-
217214
if (!($ch === null)) {
218215
$this->raw_response = curl_multi_getcontent($ch);
219216
} else {

0 commit comments

Comments
 (0)