Skip to content

Commit

Permalink
Remove unused env var in examples forkEnv (#3602)
Browse files Browse the repository at this point in the history
Stumbled upon it when diving in the examples internals. It seems to me
that this env var is unused (can't find it anywhere else by grepping the
whole codebase).
  • Loading branch information
alexarchambault authored Sep 26, 2024
1 parent a1eb82c commit fd46d8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ object `package` extends RootModule with Module {
def localRunClasspath = build.testkit.localRunClasspath()

def forkEnv = Map(
"MILL_EXAMPLE_PARSED" -> upickle.default.write(parsed()),
"LANG" -> "C"
)

Expand Down

0 comments on commit fd46d8e

Please sign in to comment.