From 793fb8f8f65f3eb4e7f3b4eb5182c6f699e9998c Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Fri, 12 Jan 2024 12:50:58 +0100 Subject: [PATCH] Minor cleanup in fish.rs For now we always define FISH_BUILD_DIR though we could reconsider. --- fish-rust/src/bin/fish.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/fish-rust/src/bin/fish.rs b/fish-rust/src/bin/fish.rs index 2e3c43d89..73d574d17 100644 --- a/fish-rust/src/bin/fish.rs +++ b/fish-rust/src/bin/fish.rs @@ -96,7 +96,6 @@ const BIN_DIR: &str = { // C++ had this as optional, and used CMAKE_BINARY_DIR, // should probably be swapped to `OUT_DIR` once CMake is gone? -// const OUT_DIR: &str = env!("OUT_DIR", "OUT_DIR was not specified"); const OUT_DIR: &str = env!("FISH_BUILD_DIR"); /// container to hold the options specified within the command line