diff options
author | Patrick 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) |
commit | d4352844aa8729d29edaefe3d69ba2bdc4be9aeb (patch) | |
tree | dbf2425e9c79d469199a8d2569848652d9287777 | |
parent | b37e0864c12884f04104751225680bd696f52144 (diff) |
tools/shman.sh: Remove some old commented-out code
-rw-r--r-- | tools/shman.sh | 4 |
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 |