1
0
Fork 0
mirror of https://github.com/fastogt/pyfastogt synced 2025-03-09 23:38:55 +00:00

Remove dependend code

This commit is contained in:
topilski 2017-07-06 08:33:36 +03:00
parent 06ac2ff352
commit 9a214468d1

View file

@ -251,10 +251,6 @@ def get_supported_platform_by_name(platform) -> SupportedPlatforms:
return next((x for x in SUPPORTED_PLATFORMS if x.name() == platform), None) return next((x for x in SUPPORTED_PLATFORMS if x.name() == platform), None)
def gen_routing_key(platform, arch) -> str:
return platform + '_' + arch
class BuildSystem: class BuildSystem:
def __init__(self, name, cmd_line, cmake_generator_arg): def __init__(self, name, cmd_line, cmake_generator_arg):
self.name_ = name self.name_ = name