diff --git a/scheme/lib/ftp.scm b/scheme/lib/ftp.scm index fd93324..adb14cd 100644 --- a/scheme/lib/ftp.scm +++ b/scheme/lib/ftp.scm @@ -130,15 +130,6 @@ ;; * ALLO (allocate space on server) -;;; Portablitity ===================================================== -;; -;; * the netrc.scm module for parsing ~/.netrc files -;; * scsh socket code -;; * scsh records -;; * receive for multiple values -;; * Scheme48 signals/handlers - - ;;; Related work ====================================================== ;; ;; * rfc959 describes the FTP protocol; see