From d69c9fa1145d6c45aa1f6fa4e7a72c3805a3b559 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Thu, 6 Aug 2015 16:28:58 -0400 Subject: [PATCH] Remove comments regarding old bundle operation names. Use contrib/fasl-op.lisp if you care about these old names. --- bundle.lisp | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/bundle.lisp b/bundle.lisp index 45d9eb6b8..d990635f4 100644 --- a/bundle.lisp +++ b/bundle.lisp @@ -540,18 +540,3 @@ itself.")) ;; operation on a system and its dependencies "BASIC-COMPILE-BUNDLE-OP operations are not supported on Mac OS X for this lisp.~%~T~ To continue, push :asdf-use-unsafe-mac-bundle-op onto *FEATURES*.~%~T~ Please report to ASDF-DEVEL if this works for you."))) - - -;;; Backward compatibility with pre-3.1.2 names -;; (defclass fasl-op (selfward-operation) -;; ((selfward-operation :initform 'compile-bundle-op :allocation :class))) -;; (defclass load-fasl-op (selfward-operation) -;; ((selfward-operation :initform 'load-bundle-op :allocation :class))) -;; (defclass binary-op (selfward-operation) -;; ((selfward-operation :initform 'deliver-asd-op :allocation :class))) -;; (defclass monolithic-fasl-op (selfward-operation) -;; ((selfward-operation :initform 'monolithic-compile-bundle-op :allocation :class))) -;; (defclass monolithic-load-fasl-op (selfward-operation) -;; ((selfward-operation :initform 'monolithic-load-bundle-op :allocation :class))) -;; (defclass monolithic-binary-op (selfward-operation) -;; ((selfward-operation :initform 'monolithic-deliver-asd-op :allocation :class))) -- GitLab