formula: remove OnOS deprecation comment.

We can't actually remove this as we still need it indefinitely in e.g. `def caveats`.
This commit is contained in:
Mike McQuaid 2022-02-24 12:32:36 +00:00 committed by GitHub
parent 7ec6d41a1d
commit 20f2b14c38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ class Formula
include Utils::Shebang include Utils::Shebang
include Utils::Shell include Utils::Shell
include Context include Context
include OnOS # TODO: 3.4.0: odeprecate OnOS usage in instance methods. include OnOS
extend Forwardable extend Forwardable
extend Cachable extend Cachable
extend Predicable extend Predicable