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])