From d69a31e8cc4866a5ff3fb5c0324149f8bc9611c6 Mon Sep 17 00:00:00 2001 From: Ethan Uppal <113849268+ethanuppal@users.noreply.github.com> Date: Wed, 28 Aug 2024 12:56:56 -0400 Subject: [PATCH] I give up on fud2 --- fud2/fud-core/src/run.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fud2/fud-core/src/run.rs b/fud2/fud-core/src/run.rs index 8e2122857..3e1021473 100644 --- a/fud2/fud-core/src/run.rs +++ b/fud2/fud-core/src/run.rs @@ -406,10 +406,6 @@ impl<'a> Run<'a> { // Emit preamble. emitter.var("build-tool", &self.global_config.exe)?; emitter.rule("get-rsrc", "$build-tool get-rsrc $out")?; - emitter.var( - "caller-dir", - &env::current_dir()?.to_string_lossy().to_string(), - )?; writeln!(emitter.out)?; // Emit the setup for each operation used in the plan, only once.