Skip to content

Commit 89e2842

Browse files
authored
delete commented code
1 parent a171bb1 commit 89e2842

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

bin/tac

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ exit EX_SUCCESS;
6262

6363
sub VERSION_MESSAGE {
6464
warn "$Program version $VERSION\n";
65-
exit 0;
65+
exit EX_SUCCESS;
6666
}
6767

6868
sub usage {
@@ -365,9 +365,6 @@ sub DESTROY {
365365
shift->CLOSE;
366366
}
367367

368-
# *readline = \&READLINE;
369-
# *close = \&CLOSE;
370-
371368
sub eof {
372369
my $self = shift;
373370
*$self->{EOF} && ! @{*$self->{lines}};

0 commit comments

Comments
 (0)