summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorchron@google.com <chron@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-25 23:56:44 +0000
committerchron@google.com <chron@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-25 23:56:44 +0000
commit7829a22a8cfb6345fdf96ccbe8b3a73fce91a3b5 (patch)
tree3d1e00cfa6e63622f568e61e909c162ed8ad2b2b /chrome
parent5763cc5e32235e4fb8171edbbc017716850de17c (diff)
downloadchromium_src-7829a22a8cfb6345fdf96ccbe8b3a73fce91a3b5.zip
chromium_src-7829a22a8cfb6345fdf96ccbe8b3a73fce91a3b5.tar.gz
chromium_src-7829a22a8cfb6345fdf96ccbe8b3a73fce91a3b5.tar.bz2
Remove unused header declaration. Not defined in syncer.cc. Was moved into syncer util a while ago.
Review URL: http://codereview.chromium.org/661123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40069 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rwxr-xr-xchrome/browser/sync/engine/syncer.h2
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);