diff options
author | mdempsky@chromium.org <mdempsky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-13 19:53:10 +0000 |
---|---|---|
committer | mdempsky@chromium.org <mdempsky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-13 19:53:10 +0000 |
commit | dd33ee49a4e5f02d9d14cd3946f24d40f87006da (patch) | |
tree | e904aba0e0f6e4b2a65e455c9e9dd55b4cfa6678 /base/linux_util.h | |
parent | 94d4e07badf7963e01d9ee51d21ff890ed247545 (diff) | |
download | chromium_src-dd33ee49a4e5f02d9d14cd3946f24d40f87006da.zip chromium_src-dd33ee49a4e5f02d9d14cd3946f24d40f87006da.tar.gz chromium_src-dd33ee49a4e5f02d9d14cd3946f24d40f87006da.tar.bz2 |
Remove unneeded kFindInodeSwitch
The last use was removed in r269530.
BUG=357670
Review URL: https://codereview.chromium.org/288463002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270179 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/linux_util.h')
-rw-r--r-- | base/linux_util.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/base/linux_util.h b/base/linux_util.h index c6d50e6..83523df 100644 --- a/base/linux_util.h +++ b/base/linux_util.h @@ -14,8 +14,6 @@ namespace base { -BASE_EXPORT extern const char kFindInodeSwitch[]; - // This is declared here so the crash reporter can access the memory directly // in compromised context without going through the standard library. BASE_EXPORT extern char g_linux_distro[]; |