common-lisp.net
/
projects/asdf/asdf-bundle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
95872fd
)
Remove bad old definition of bundle-op-monolithic-p.
author
Francois-Rene Rideau
<tunes@google.com>
Sun, 28 Oct 2012 00:18:11 +0000 (09:18 +0900)
committer
Francois-Rene Rideau
<tunes@google.com>
Sun, 28 Oct 2012 00:18:11 +0000 (09:18 +0900)
bundle.lisp
patch
|
blob
|
blame
|
history
diff --git
a/bundle.lisp
b/bundle.lisp
index
d5efa5d
..
0d61249
100644
(file)
--- a/
bundle.lisp
+++ b/
bundle.lisp
@@
-56,8
+56,6
@@
(defclass program-op (monolithic-bundle-op)
((type :initform :program)))
-#+ecl (monolithic :initform nil :reader bundle-op-monolithic-p)
-
#+ecl
(defmethod initialize-instance :after ((instance bundle-op) &rest initargs
&key (name-suffix nil name-suffix-p)