mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-05-28 13:05:37 +03:00
scan-adoc-refs: remove dead code
This commit is contained in:
parent
58cc423cba
commit
4a37b4f245
@ -129,12 +129,6 @@ sub scan_adoc_file {
|
||||
chomp $env_last_line->{$e};
|
||||
}
|
||||
|
||||
# fixme: also scan <<>>
|
||||
|
||||
while ($line =~ m/xref:([^\s\[\]]+)\[([^\]]*)\]/g) {
|
||||
# print "$filename xref:$1 [$2]\n";
|
||||
}
|
||||
|
||||
if ($line =~ m/^\[\[(.*)\]\]\s*$/) {
|
||||
my $blockid = $1;
|
||||
die "implement me" if $blockid =~m/,/;
|
||||
|
Loading…
x
Reference in New Issue
Block a user