summaryrefslogtreecommitdiffstats
path: root/base/file_util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/file_util.cc')
-rw-r--r--base/file_util.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/file_util.cc b/base/file_util.cc
index 8ba361e..234c466 100644
--- a/base/file_util.cc
+++ b/base/file_util.cc
@@ -38,7 +38,6 @@
namespace file_util {
-const wchar_t kPathSeparator = L'\\';
const wchar_t kExtensionSeparator = L'.';
bool EndsWithSeparator(std::wstring* path) {