mirror of https://github.com/BOINC/boinc.git
Removed unused variable
This commit is contained in:
parent
11e3db5dc0
commit
5245c03d9a
|
@ -66,7 +66,6 @@ function stage_file($path) {
|
||||||
if (!file_exists($path)) error_exit("no such file: $path\n");
|
if (!file_exists($path)) error_exit("no such file: $path\n");
|
||||||
$file = basename($path);
|
$file = basename($path);
|
||||||
$dl_path = dir_hier_path($file, $download_dir, $fanout);
|
$dl_path = dir_hier_path($file, $download_dir, $fanout);
|
||||||
$dl_md5_path = "$dl_path.md5";
|
|
||||||
|
|
||||||
if ($verbose) {
|
if ($verbose) {
|
||||||
echo "staging $file to $dl_path\n";
|
echo "staging $file to $dl_path\n";
|
||||||
|
|
Loading…
Reference in New Issue