diff options
Diffstat (limited to 'platform/windows/detect.py')
-rw-r--r-- | platform/windows/detect.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/platform/windows/detect.py b/platform/windows/detect.py index 3a6ca66449..bec1fd2cb6 100644 --- a/platform/windows/detect.py +++ b/platform/windows/detect.py @@ -13,10 +13,6 @@ if TYPE_CHECKING: STACK_SIZE = 8388608 -def is_active(): - return True - - def get_name(): return "Windows" |