From 8bf0b48b72d68790f06012295cf0e30b3b1f7a5e Mon Sep 17 00:00:00 2001 From: Will Holen <46539685+willholen@users.noreply.github.com> Date: Mon, 4 Apr 2022 15:15:47 -0700 Subject: [PATCH] Destroyed _Footer (markdown) --- _Footer.md | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 _Footer.md diff --git a/_Footer.md b/_Footer.md deleted file mode 100644 index aac5a7d..0000000 --- a/_Footer.md +++ /dev/null @@ -1,10 +0,0 @@ -This check is also problematic with namerefs in bash. - -For ex: - -function fn() { - local -n result="$1" - result="some result" -} - -results in a warning that results in unused, when in fact the result is propagated outside of the function.. \ No newline at end of file