Skip to content

Commit c58755d

Browse files
committed
Remove unused variable
1 parent 331170e commit c58755d

File tree

1 file changed

+0
-1
lines changed
  • lib/mix/lib/mix/shell

1 file changed

+0
-1
lines changed

lib/mix/lib/mix/shell/io.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ defmodule Mix.Shell.IO do
100100
"""
101101
def cmd(command, opts \\ []) do
102102
print_app? = Keyword.get(opts, :print_app, true)
103-
windows? = match?({:win32, _}, :os.type())
104103

105104
Mix.Shell.cmd(command, opts, fn data ->
106105
if print_app?, do: print_app()

0 commit comments

Comments
 (0)