Skip to content

Commit fd91273

Browse files
committed
top.pl - remove some useless comment.
1 parent 5e6cf01 commit fd91273

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

top.pl

-8
Original file line numberDiff line numberDiff line change
@@ -213,14 +213,6 @@ BEGIN
213213
my $fd;
214214

215215
$uptime = &fmttime(&get_uptime());
216-
# if( !$fd) {
217-
# ($min, $hour, $day) = (0, 0, 0);
218-
# } else {
219-
# my ($tmp, undef) = split(/\s+/, <$fd>);
220-
# print "$tmp\n";
221-
# close($fd);
222-
# (undef, $min, $hour, $day)= localtime($tmp);
223-
# }
224216
my ($sysload1, $sysload5, $sysload15);
225217
#open($fd, "<", File::Spec->catfile($proc, "loadavg"));
226218
open($fd, "<", "$proc/loadavg");

0 commit comments

Comments
 (0)