diff options
Diffstat (limited to 'bin/tissue')
-rwxr-xr-x | bin/tissue | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/tissue b/bin/tissue index ffa6ef9..06da565 100755 --- a/bin/tissue +++ b/bin/tissue @@ -60,12 +60,6 @@ exec guile --no-auto-compile -s "$0" "$@" ;; A string URI linking to this document on the web (web-uri indexed-document-web-uri)) -(define rlast - (case-lambda - (() #f) - ((result) result) - ((result input) input))) - (define (human-date-string date) "Return a human readable rendering of DATE." (let ((elapsed-time |