Skip to content

Commit f3e0b80

Browse files
committed
Remove redundant call to croak()
autodie checks this for us
1 parent bcd9bd6 commit f3e0b80

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Local/VimFolds.pm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ END_VIM
9898
my $pty = IO::Pty->new;
9999
my $pid = fork;
100100

101-
croak "Unable to fork" unless defined $pid;
102-
103101
if($pid) {
104102
$pty->close_slave;
105103
$pty->set_raw;

0 commit comments

Comments
 (0)