Print

Print


Commit in lcio/src/cpp/include on MAIN
LCRTRelations.h+1-11.9 -> 1.10
removed unused parameter in NoDelete::clean()

lcio/src/cpp/include
LCRTRelations.h 1.9 -> 1.10
diff -u -r1.9 -r1.10
--- LCRTRelations.h	8 Dec 2006 14:30:12 -0000	1.9
+++ LCRTRelations.h	20 Feb 2007 14:31:58 -0000	1.10
@@ -22,7 +22,7 @@
   struct SimplePtrInit{ static void* init() { return 0 ; } } ;
 
   /** Empty delete function for pointers w/o ownership */
-  struct NoDelete{ static void clean(void *v) { /* no_op */ } } ;
+  struct NoDelete{ static void clean(void *) { /* no_op */ } } ;
 
   /** Factory for objects of type  T*/
   template <class T>
CVSspam 0.2.8