From cc4c0e967eb096861f384ea368abee46c86f9ca0 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 13 Jul 2025 00:16:19 +0200 Subject: [PATCH] =?UTF-8?q?=E2=88=92useless?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sh/core/code.awk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sh/core/code.awk b/sh/core/code.awk index fa3be00..bd443dc 100644 --- a/sh/core/code.awk +++ b/sh/core/code.awk @@ -95,10 +95,6 @@ BEGIN { doc = "" match_task = 0 } - } else if (action == "variables") { - if (match($0, re["variable"], m)) { - print m[1] - } } else if (action == "aliases functions") { if (match($0, re["alias"], m)) { append(m[1])