# # patch "ChangeLog" # from [e490fd28c27b7d4735dfbfc5f5a1a253d0867257] # to [8c7f41215c825e16f2a0a442042d9a73fa70f17e] # # patch "vocab_terms.hh" # from [b515f4fd2882a1f6d26273c9af4c28664b43bce0] # to [e1637d600ff20487c2c87a9f46a5291a49c09b50] # --- ChangeLog +++ ChangeLog @@ -1,5 +1,9 @@ 2005-04-17 Matt Johnston + * vocab_terms.hh: remove commented out lines. + +2005-04-17 Matt Johnston + * Move base64 code as close to the database as possible, to avoid unnecessary inflating and deflating. --- vocab_terms.hh +++ vocab_terms.hh @@ -63,9 +63,6 @@ EXTERN template class gzip; EXTERN template class base64< gzip >; -//EXTERN template class revision< base64< gzip > >; -//EXTERN template class manifest< base64< gzip > >; -//EXTERN template class file< base64< gzip > >; EXTERN template class revision< data >; EXTERN template class manifest< data >; @@ -73,8 +70,6 @@ EXTERN template class gzip; EXTERN template class base64< gzip >; -//EXTERN template class manifest< base64< gzip > >; -//EXTERN template class file< base64< gzip > >; EXTERN template class manifest< delta >; EXTERN template class file< delta >;