From 6faaa496929e7b8ed88132497c4a76523a8fe97e Mon Sep 17 00:00:00 2001 From: sperber Date: Tue, 3 Dec 2002 10:41:49 +0000 Subject: [PATCH] Remove obsolete comments about compatibility. --- scheme/lib/ftp.scm | 9 --------- 1 file changed, 9 deletions(-) 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