Skip to content

Commit 2f0abad

Browse files
committed
Fixing compiler warnings
1 parent 99dcecf commit 2f0abad

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/tasks/compile/deno.ex

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ defmodule Mix.Tasks.Compile.Deno do
1414
if File.exists?(deno_path) do
1515
{:noop, []}
1616
else
17-
if function_exported?(Mix, :ensure_application!, 1) do
18-
Mix.ensure_application!(:inets)
19-
Mix.ensure_application!(:ssl)
20-
end
21-
2217
_ = DenoEx.DenoDownloader.install(DenoEx.executable_path(), 0o770)
2318

2419
if File.exists?(deno_path) do

0 commit comments

Comments
 (0)