summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2018-12-27 00:53:23 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2018-12-27 00:53:23 (EST)
commitd4352844aa8729d29edaefe3d69ba2bdc4be9aeb (patch)
treedbf2425e9c79d469199a8d2569848652d9287777 /tools
parentb37e0864c12884f04104751225680bd696f52144 (diff)
tools/shman.sh: Remove some old commented-out code
Diffstat (limited to 'tools')
-rw-r--r--tools/shman.sh4
1 files changed, 0 insertions, 4 deletions
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