mirror of
https://github.com/fastogt/pyfastogt
synced 2025-03-09 23:38:55 +00:00
Remove dependend code
This commit is contained in:
parent
06ac2ff352
commit
9a214468d1
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue