diff options
-rwxr-xr-x | chrome/browser/sync/engine/syncer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/sync/engine/syncer.h b/chrome/browser/sync/engine/syncer.h index d5da671..9830170 100755 --- a/chrome/browser/sync/engine/syncer.h +++ b/chrome/browser/sync/engine/syncer.h @@ -198,8 +198,6 @@ bool SortedCollectionsIntersect(Iterator1 begin1, Iterator1 end1, return false; } // Utility function declarations. -void SplitServerInformationIntoNewEntry(syncable::WriteTransaction* trans, - syncable::MutableEntry* entry); void CopyServerFields(syncable::Entry* src, syncable::MutableEntry* dest); void ClearServerData(syncable::MutableEntry* entry); |