From b4b2e4a096fe8fe1ad530a4c181729be05834595 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Mon, 18 Apr 2022 09:47:11 -0400 Subject: add upstream 11.20 --- zen/resolve_path.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'zen/resolve_path.cpp') diff --git a/zen/resolve_path.cpp b/zen/resolve_path.cpp index 17d3b777..f0a49976 100644 --- a/zen/resolve_path.cpp +++ b/zen/resolve_path.cpp @@ -145,7 +145,6 @@ std::optional tryResolveMacro(const Zstring& macro) //macro without %-c if (std::optional value = getEnvironmentVar(macro)) return *value; - return {}; } -- cgit