Skip to content
Snippets Groups Projects
Commit 6bceef0e authored by Wenrui LI's avatar Wenrui LI
Browse files

remove unused patch file

parent 4f53b1d0
Branches
No related tags found
No related merge requests found
--- a/kernel/timeconst.pl
+++ b/kernel/timeconst.pl
@@ -370,7 +370,7 @@
}
@val = @{$canned_values{$hz}};
- if (!defined(@val)) {
+ if (!@val) {
@val = compute_values($hz);
}
output($hz, @val);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment