mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-04-29 19:31:41 +00: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…
Reference in New Issue
Block a user