diff options
Diffstat (limited to 'sync/engine/process_commit_response_command.h')
-rw-r--r-- | sync/engine/process_commit_response_command.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sync/engine/process_commit_response_command.h b/sync/engine/process_commit_response_command.h index f7efcfc..155a47d 100644 --- a/sync/engine/process_commit_response_command.h +++ b/sync/engine/process_commit_response_command.h @@ -73,9 +73,6 @@ class SYNC_EXPORT_PRIVATE ProcessCommitResponseCommand const syncable::Id& pre_commit_id, std::set<syncable::Id>* deleted_folders); - // Actually does the work of execute. - SyncerError ProcessCommitResponse(sessions::SyncSession* session); - void ProcessSuccessfulCommitResponse( const sync_pb::SyncEntity& committed_entry, const sync_pb::CommitResponse_EntryResponse& entry_response, |