Agent: Remove disused get_target_monkey_by_os()

This commit is contained in:
Mike Salvatore 2022-03-15 12:48:13 -04:00
parent 9976b8b044
commit 1eb8e07c06
1 changed files with 0 additions and 6 deletions

View File

@ -19,12 +19,6 @@ def get_target_monkey(host):
raise NotImplementedError("get_target_monkey() has been retired. Use IAgentRepository instead.")
def get_target_monkey_by_os(is_windows, is_32bit):
raise NotImplementedError(
"get_target_monkey_by_os() has been retired. Use IAgentRepository instead."
)
def get_random_file_suffix() -> str:
character_set = list(string.ascii_letters + string.digits + "_" + "-")
# random.SystemRandom can block indefinitely in Linux