Skip to content

Commit 4c2f6f6

Browse files
SijaRX14
authored andcommittedJan 20, 2018
Remove TODOs related to Crystal 0.22 (#5546)
1 parent 8bc3cee commit 4c2f6f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎src/crystal/system.cr

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ require "./system/unix/hostname"
1212

1313
{% if flag?(:freebsd) || flag?(:openbsd) %}
1414
require "./system/unix/sysctl_cpucount"
15-
{% else %}
16-
# TODO: restrict on flag?(:unix) after crystal > 0.22.0 is released
15+
{% elsif flag?(:unix) %}
1716
require "./system/unix/sysconf_cpucount"
1817
{% end %}

0 commit comments

Comments
 (0)
Please sign in to comment.