diff options
Diffstat (limited to 'sync/internal_api/sync_manager.h')
-rw-r--r-- | sync/internal_api/sync_manager.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sync/internal_api/sync_manager.h b/sync/internal_api/sync_manager.h index cfc05a0..4d23d19 100644 --- a/sync/internal_api/sync_manager.h +++ b/sync/internal_api/sync_manager.h @@ -102,9 +102,6 @@ class SyncManager { browser_sync::SyncProtocolError sync_protocol_error; - // Number of unsynced items counted at the start of most recent sync cycle. - int unsynced_count; - // Number of encryption conflicts counted during most recent sync cycle. int encryption_conflicts; |