Remove outdated comment
authorOwen Rodley <Strigoides@gmail.com>
Fri, 3 May 2013 22:23:34 +0000 (10:23 +1200)
committerOwen Rodley <Strigoides@gmail.com>
Fri, 3 May 2013 22:23:34 +0000 (10:23 +1200)
src/list.lisp

index af235dc..cb75bdc 100644 (file)
@@ -62,7 +62,6 @@
 (defun nth (n list)
   (car (nthcdr n list)))
 
-;;; The rest of the C[AD]*R functions; only a few were defined in boot.lisp
 (defun caar (x) (car (car x)))
 (defun cadr (x) (car (cdr x)))
 (defun cdar (x) (cdr (car x)))