embed.pl: Remove some commented out code

I no longer think this might ever be useful
This commit is contained in:
Karl Williamson 2025-12-23 05:48:50 -07:00 committed by Karl Williamson
parent 9ef0d33ac6
commit 404a19b06b

View File

@ -4836,12 +4836,6 @@ sub process_apidoc_lines {
# one.
$flags =~ s/[^ACE]//g;
next unless $flags;
#next if defined $needed_by_ext{$name};
#next if defined $needed_by_ext_re{$name};
#die_at_end "${name}'s visibility is declared more than once"
#if defined $visibility{$name};
$visibility{$name} = $flags;
}
}