Skip to content

Commit

Permalink
delete redundant code of rsync client (OpenAtomFoundation#2079)
Browse files Browse the repository at this point in the history
* update rocksdb

* redundant code

* redundant code

* redundant code
  • Loading branch information
dingxiaoshuai123 authored Oct 20, 2023
1 parent d0ec880 commit 2904a4a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/rsync_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -366,9 +366,6 @@ Status RsyncClient::CopyRemoteMeta(std::string* snapshot_uuid, std::set<std::str
}

*snapshot_uuid = resp->snapshot_uuid();
for (int i = 0; i < resp->meta_resp().filenames_size(); i++) {
file_set->insert(resp->meta_resp().filenames(i));
}
break;
}
return s;
Expand Down

0 comments on commit 2904a4a

Please sign in to comment.