diff options
Diffstat (limited to 'platform/macos/detect.py')
-rw-r--r-- | platform/macos/detect.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/platform/macos/detect.py b/platform/macos/detect.py index 7b8d3fd853..21e824b2d3 100644 --- a/platform/macos/detect.py +++ b/platform/macos/detect.py @@ -9,10 +9,6 @@ if TYPE_CHECKING: from SCons import Environment -def is_active(): - return True - - def get_name(): return "macOS" |