Remove stray cat handling.

This commit is contained in:
Klaas Freitag 2013-11-06 13:28:38 +01:00
parent ee69176a6b
commit d080f7f7a7

View File

@ -123,8 +123,9 @@ static int _csync_merge_algorithm_visitor(void *obj, void *data) {
if (!node) {
/* the renamed file could not be found in the opposite tree. That is because it
* is not longer existing there, maybe because it was renamed or deleted.
* The journal is cleaned up later after propagation.
*/
csync_add_journal_straycat(ctx, tmp->path);
}
}