зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1022667, part 5 - Remove an unused function from KeyStore.cpp. r=chulee
This commit is contained in:
Родитель
62f18378c7
Коммит
37f612eb83
|
@ -122,13 +122,6 @@ KeyStoreConnector::GetSocketAddr(const sockaddr_any& aAddr,
|
||||||
MOZ_CRASH("This should never be called!");
|
MOZ_CRASH("This should never be called!");
|
||||||
}
|
}
|
||||||
|
|
||||||
static char *
|
|
||||||
get_cert_db_filename(void *arg, int vers)
|
|
||||||
{
|
|
||||||
static char keystoreDbPath[] = "/data/misc/wifi/keystore";
|
|
||||||
return keystoreDbPath;
|
|
||||||
}
|
|
||||||
|
|
||||||
KeyStore::KeyStore()
|
KeyStore::KeyStore()
|
||||||
{
|
{
|
||||||
// Initial NSS
|
// Initial NSS
|
||||||
|
|
Загрузка…
Ссылка в новой задаче