From fe9a3c1924953999a6041f465574c2f39c8cd058 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 27 Jun 2014 17:37:56 -0400 Subject: librelib: remove calls to the non-existent panic() --- src/lib/librelib | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/librelib b/src/lib/librelib index 63d9a26..3348c7c 100755 --- a/src/lib/librelib +++ b/src/lib/librelib @@ -35,12 +35,10 @@ print() { } _html_whitespace_collapse() { - [[ $# == 0 ]] || panic tr '\n' ' ' | sed -r -e 's/\t/ /g' -e 's/ +/ /g' } prose() { - [[ $# -ge 1 ]] || panic local mesg="$(_ "$(_html_whitespace_collapse <<<"$1")")"; shift printf -- "$mesg" "$@" | fmt -u } -- cgit v1.2.2