# # patch "ChangeLog" # from [8d8308bb7850eaa8fd02c5fc0796b5d03a2f9be0] # to [b4219c4cf62366ed101b1df381be7166694492d4] # # patch "netsync.cc" # from [035d959611e3460450609a2e87a89bf42ddc3fe8] # to [1180cf1533122b6407211696ce4865ba93cded96] # --- ChangeLog +++ ChangeLog @@ -1,5 +1,9 @@ 2005-07-14 Nathaniel Smith + * netsync.cc (process_delta_cmd): Remove meaningless comment. + +2005-07-14 Nathaniel Smith + * database.hh: Pre-declare sqlite3_stmt, instead of including sqlite3.h. --- netsync.cc +++ netsync.cc @@ -2849,8 +2849,6 @@ // it's ok if we received something we didn't ask for; it might // be a spontaneous transmission from refinement - // FIXME: what does the above comment mean? note_item_arrived does require - // that the item passed to it have been requested... note_item_arrived(type, ident); switch (type)