Skip to content

Commit 30bf87d

Browse files
authored
Removed unnecessary cleaning of Elixir manifests (#423)
Closes #373.
1 parent d33d745 commit 30bf87d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/mix/tasks/gettext.extract.ex

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,6 @@ defmodule Mix.Tasks.Gettext.Extract do
112112
end
113113

114114
defp force_compile do
115-
Mix.Tasks.Compile.Elixir.clean()
116-
Enum.each(Mix.Tasks.Compile.Elixir.manifests(), &File.rm/1)
117-
118115
# If "compile" was never called, the reenabling is a no-op and
119116
# "compile.elixir" is a no-op as well (because it wasn't reenabled after
120117
# running "compile"). If "compile" was already called, then running

0 commit comments

Comments
 (0)