Index: crypto/nss_util.cc |
diff --git a/crypto/nss_util.cc b/crypto/nss_util.cc |
index 9020e7eb0a46c3dec04bf4f34c111e3fc1e68b1a..e5dea56486f7464e051766a7bfcd905200c13768 100644 |
--- a/crypto/nss_util.cc |
+++ b/crypto/nss_util.cc |
@@ -234,9 +234,6 @@ class NSSInitSingleton { |
void EnableTPMTokenForNSS(TPMTokenInfoDelegate* info_delegate) { |
CHECK(info_delegate); |
tpm_token_info_delegate_.reset(info_delegate); |
- // Try to load once to avoid jank later. Ignore the return value, |
- // because if it fails we will try again later. |
- EnsureTPMTokenReady(); |
stevenjb
2011/10/10 17:18:13
Why remove this? If the new logic gets changed, or
gauravsh
2011/10/10 20:55:49
Is it used anywhere else? I couldn't find it.
The
|
} |
// This is called whenever we want to make sure opencryptoki is |