[Cl-darcs-cvs] r16 - cl-darcs/trunk

mhenoch at common-lisp.net mhenoch at common-lisp.net
Sat Jul 8 11:55:06 UTC 2006


Author: mhenoch
Date: Sat Jul  8 07:55:06 2006
New Revision: 16

Modified:
   cl-darcs/trunk/touching.lisp
Log:
Declare filename argument as ignored.


Modified: cl-darcs/trunk/touching.lisp
==============================================================================
--- cl-darcs/trunk/touching.lisp	(original)
+++ cl-darcs/trunk/touching.lisp	Sat Jul  8 07:55:06 2006
@@ -25,6 +25,7 @@
 
 (defmethod find-touching ((patch patch) filename)
   "This least specific method returns NIL."
+  (declare (ignore filename))
   nil)
 
 (defmethod find-touching ((patch composite-patch) filename)



More information about the Cl-darcs-cvs mailing list