summaryrefslogtreecommitdiffstats
path: root/chromeos/cryptohome/system_salt_getter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/cryptohome/system_salt_getter.cc')
-rw-r--r--chromeos/cryptohome/system_salt_getter.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chromeos/cryptohome/system_salt_getter.cc b/chromeos/cryptohome/system_salt_getter.cc
index f299f0f..1fa25a3 100644
--- a/chromeos/cryptohome/system_salt_getter.cc
+++ b/chromeos/cryptohome/system_salt_getter.cc
@@ -38,10 +38,6 @@ std::string SystemSaltGetter::GetSystemSaltSync() {
return system_salt_;
}
-std::string SystemSaltGetter::GetCachedSystemSalt() {
- return system_salt_;
-}
-
void SystemSaltGetter::GetSystemSaltInternal(
const GetSystemSaltCallback& callback,
bool service_is_available) {