Remove unused vars
[libcds.git] / tests / unit / print_ellenbintree_stat.h
index 19feff9f3235b5710415ddfb08fc58eb63923b73..d0adf43ed47ba17755b4b50b99ccaaf430866859 100644 (file)
@@ -7,7 +7,7 @@
 #include <ostream>
 
 namespace std {
-    static inline ostream& operator <<( ostream& o, cds::intrusive::ellen_bintree::empty_stat const& s )
+    static inline ostream& operator <<( ostream& o, cds::intrusive::ellen_bintree::empty_stat const& /*s*/ )
     {
         return o;
     }