Skip to content

Commit

Permalink
Remove TODOs related to Crystal 0.22 (#5546)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sija authored and RX14 committed Jan 20, 2018
1 parent 8bc3cee commit 4c2f6f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/crystal/system.cr
Expand Up @@ -12,7 +12,6 @@ require "./system/unix/hostname"

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

0 comments on commit 4c2f6f6

Please sign in to comment.