Skip to content

Commit

Permalink
Remove inline instances of application:start/1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtj committed Oct 30, 2010
1 parent 027ffea commit 93c4b90
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/openid.erl
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ get_identity_params(ClaimedID, LocalID) ->
-define(CONTENT_TYPE, "application/x-www-form-urlencoded; charset=UTF-8").

associate(OpURL) ->
application:start(crypto),

MP = crypto:mpint(?P),
MG = crypto:mpint(?G),
Expand Down
2 changes: 0 additions & 2 deletions src/yadis.erl
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@


retrieve(Identifier) ->
application:start(inets),
application:start(ssl),

Normalized = openid_utils:normalize_id(Identifier),
IsXRI = lists:member(hd(Normalized), ?XRI_GCTX_SYMBOLS),
Expand Down

0 comments on commit 93c4b90

Please sign in to comment.