Skip to content

Commit 64f9bfe

Browse files
committed
Remove doc for remove_unused
1 parent d904909 commit 64f9bfe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/elixir_script/compiler.ex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ defmodule ElixirScript.Compiler do
2323
If a directory is given, file will be named `elixirscript.build.js`
2424
2525
* `root`: Optional root for imports of FFI JavaScript modules. Defaults to `.`.
26-
* `remove_unused_functions`: Removed unused functions in output. Defaults to
27-
removing unused functions when Mix.env == :prod
2826
"""
2927
alias ElixirScript.{
3028
State,

0 commit comments

Comments
 (0)