Commit 7b0e66dd338fbc0a0f68e13b98cf714f35d70022

Thomas de Grivel 2018-07-26T14:31:03

ws

diff --git a/core/resource-container.lisp b/core/resource-container.lisp
index f187572..96c9525 100644
--- a/core/resource-container.lisp
+++ b/core/resource-container.lisp
@@ -67,8 +67,6 @@
             (declare (type resource ,var))
             ,@body)))))
 
-;;  Resource container
-
 (defmethod print-object ((rc resource-container) stream)
   (print-unreadable-object (rc stream :type t :identity (not *print-pretty*))
     (format stream "~S ~D spec ~D probed ~D resources" (resource-id rc)
@@ -82,8 +80,6 @@
 (defun clear-resources (&optional (resource-container *parent-resource*))
   (clear-resources% resource-container))
 
-;;  Sorting resources
-
 (defmethod resource-before-p ((r1 resource) (r2 resource))
   nil)