From ce4a193cbb8009b417f3f9fbbec983da475f671d Mon Sep 17 00:00:00 2001 From: Thales Macedo Garitezi Date: Mon, 20 Dec 2021 13:08:01 -0300 Subject: [PATCH] chore(update_appup): rm unused fn --- scripts/update_appup.escript | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/update_appup.escript b/scripts/update_appup.escript index 050a180bb..c57272085 100755 --- a/scripts/update_appup.escript +++ b/scripts/update_appup.escript @@ -587,10 +587,5 @@ log(Msg) -> log(Msg, Args) -> io:format(standard_error, Msg, Args). -ensure_string(Str) when is_binary(Str) -> - binary_to_list(Str); -ensure_string(Str) when is_list(Str) -> - Str. - otp_standard_apps() -> [ssl, mnesia, kernel, asn1, stdlib].