chiark
/
gitweb
/
~mdw
/
dvddb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43f1e55
)
report: Delete the machinery for pruning complete disc sets.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 19 May 2024 15:52:04 +0000
(16:52 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 19 May 2024 15:52:04 +0000
(16:52 +0100)
report
patch
|
blob
|
blame
|
history
diff --git
a/report
b/report
index 566c162f5aefa215eafe09e3566daa7155594baf..f8d0326319fc93b00c73b2dfd32716fa1038ddf7 100755
(executable)
--- a/
report
+++ b/
report
@@
-48,12
+48,9
@@
while (my @r = $st_set->fetchrow_array) {
}
for my $name (keys %set_path) {
- my $allp = 1;
for my $path (@{$set_path{$name}}) {
if (defined $path && exists $iso{$path}) { delete $iso{$path}; }
- else { $allp = 0; }
}
- ##if ($allp) { delete $set_path{$name}; }
}
my @iso = sort keys %iso;