Skip to content

Commit

Permalink
fixup! feat: httpc_profile opt and have the client manage the HTTPC…
Browse files Browse the repository at this point in the history
… profile
  • Loading branch information
paulswartz committed Jan 10, 2024
1 parent 462ce3b commit b4bafcb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 63 deletions.
1 change: 0 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ defmodule Oidcc.Mixfile do

def application,
do: [
mod: {:oidcc_app, []},
extra_applications: extra_applications(Mix.env())
]

Expand Down
1 change: 0 additions & 1 deletion src/oidcc.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
{vsn, "3.1.2-beta.1"},
{registered, []},
{applications, [kernel, stdlib, inets, ssl, public_key, telemetry, jose]},
{mod, {oidcc_app, []}},
{env, []},
{modules, []},
{licenses, ["Apache-2.0"]},
Expand Down
61 changes: 0 additions & 61 deletions src/oidcc_app.erl

This file was deleted.

0 comments on commit b4bafcb

Please sign in to comment.