From d4352844aa8729d29edaefe3d69ba2bdc4be9aeb Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 27 Dec 2018 00:53:23 -0500 Subject: tools/shman.sh: Remove some old commented-out code --- (limited to 'tools') diff --git a/tools/shman.sh b/tools/shman.sh index fe7c280..ea4ff7f 100644 --- a/tools/shman.sh +++ b/tools/shman.sh @@ -157,10 +157,6 @@ parse_docs() while IFS='' read -r line; do case "${line}" in '##'*) - ## Strip "##" and leading and trailing whitespace - #read -r line <<-EOF - # ${line#'##'} - # EOF doc="${doc}${line#'##'}${LF}" got_doc=true continue -- cgit v0.9.1