Remove unused vars
[libcds.git] / tests / unit / print_split_list_stat.h
index 94b7530f385ba50bebf51b09d642e79155a590c7..8275d8d60cf2ade3ab6805edc833ddbae120b8e9 100644 (file)
@@ -29,7 +29,7 @@ namespace std {
             << "\t\t     m_nBusyWaitBucketInit: " << s.m_nBusyWaitBucketInit.get()      << "\n";
     }
 
-    static inline ostream& operator <<( ostream& o, cds::intrusive::split_list::empty_stat const& s )
+    static inline ostream& operator <<( ostream& o, cds::intrusive::split_list::empty_stat const& /*s*/ )
     {
         return o;
     }