summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/util/path_helpers_linux.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/util/path_helpers_linux.cc')
-rw-r--r--chrome/browser/sync/util/path_helpers_linux.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/sync/util/path_helpers_linux.cc b/chrome/browser/sync/util/path_helpers_linux.cc
index 157fa48..c256d5c 100644
--- a/chrome/browser/sync/util/path_helpers_linux.cc
+++ b/chrome/browser/sync/util/path_helpers_linux.cc
@@ -8,9 +8,3 @@
#ifndef OS_LINUX
#error Compile this file on Linux only.
#endif
-
-PathString GetFullPath(const PathString& path) {
- // TODO(sync): Not sure what the base of the relative path should be on
- // linux.
- return path;
-}