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

remove unused patch file

parent 4f53b1d0
No related branches found
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.
Finish editing this message first!
Please register or to comment