From 0db1d98d53e35b877bc82cf4f7bea0c8bb988d16 Mon Sep 17 00:00:00 2001 From: sperber Date: Tue, 3 Dec 2002 10:52:15 +0000 Subject: [PATCH] Remove comments about portability. --- scheme/lib/pop3.scm | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scheme/lib/pop3.scm b/scheme/lib/pop3.scm index b05c9cb..b9603c7 100644 --- a/scheme/lib/pop3.scm +++ b/scheme/lib/pop3.scm @@ -78,13 +78,6 @@ -;;; Portability ====================================================== -;; -;; define-record -;; socket, regexp -;; signals/handlers - - ;;; Related work ===================================================== ;; ;; * Emacs is distributed with a C program called movemail which can