From: David Vázquez Date: Thu, 16 May 2013 14:59:52 +0000 (+0100) Subject: Remove deprecated comment X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=47033d34737eedf61e75330c2752fb3115c04166;p=jscl.git Remove deprecated comment --- diff --git a/experimental/compiler.lisp b/experimental/compiler.lisp index 3f8dd29..e1f5a48 100644 --- a/experimental/compiler.lisp +++ b/experimental/compiler.lisp @@ -364,7 +364,6 @@ ;;; Insert NODE at cursor. (defun insert-node (node &optional (cursor *cursor*)) - ;; After if? wrong! (link-nodes (node-prev (cursor-next cursor)) node) (link-nodes node (cursor-next cursor)) t)