remove nonsense code comment

This commit is contained in:
Johannes 'josch' Schauer 2020-11-28 00:48:38 +01:00
parent 96f45ec2e7
commit 2e19a8bda4
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -5419,9 +5419,6 @@ sub main() {
open(STDIN, '<&', $parentsock)
or error "cannot open STDIN: $!";
# we execute ourselves under sh to avoid having to
# implement a clever parser of the quoting used in $script
# for the filenames
my @prefix = ();
if ($is_covering) {
@prefix = ($EXECUTABLE_NAME, "-MDevel::Cover=-silent,-nogcov");