forked from josch/mmdebstrap
remove nonsense code comment
This commit is contained in:
parent
96f45ec2e7
commit
2e19a8bda4
1 changed files with 0 additions and 3 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue