*** empty log message ***
authorroot <root>
Sun, 2 Dec 2007 22:36:42 +0000 (22:36 +0000)
committerroot <root>
Sun, 2 Dec 2007 22:36:42 +0000 (22:36 +0000)
src/rxvtutil.h

index 8cac18fb9bc8a60df6891f55d46047cc621b6898..6cd5489c4941591e4dcdc941bd5e0b2a241bc56a 100644 (file)
@@ -375,7 +375,6 @@ struct stringvec : simplevec<char *>
   }
 };
 
-#if 0
 template<typename T>
 struct rxvt_vec : simplevec<void *> {
   typedef T *iterator;
@@ -449,7 +448,6 @@ struct auto_ptr {
 };
 
 typedef auto_ptr<char> auto_str;
-#endif
 
 #endif