Преглед изворни кода

chore(update_appup): rm unused fn

Thales Macedo Garitezi пре 4 година
родитељ
комит
ce4a193cbb
1 измењених фајлова са 0 додато и 5 уклоњено
  1. 0 5
      scripts/update_appup.escript

+ 0 - 5
scripts/update_appup.escript

@@ -587,10 +587,5 @@ log(Msg) ->
 log(Msg, Args) ->
 log(Msg, Args) ->
     io:format(standard_error, 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() ->
 otp_standard_apps() ->
     [ssl, mnesia, kernel, asn1, stdlib].
     [ssl, mnesia, kernel, asn1, stdlib].