Removed unused variable

This commit is contained in:
lfield 2018-10-10 11:32:53 +02:00 committed by GitHub
parent 11e3db5dc0
commit 5245c03d9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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";