Index: rlz/lib/financial_ping.cc |
diff --git a/rlz/lib/financial_ping.cc b/rlz/lib/financial_ping.cc |
index 9abbd8066a9038bde89c57abe12613d2e4659d28..1c4d59daf793e1dea0d088acffba62543252346f 100644 |
--- a/rlz/lib/financial_ping.cc |
+++ b/rlz/lib/financial_ping.cc |
@@ -182,11 +182,6 @@ net::URLRequestContextGetter* g_context; |
bool FinancialPing::SetURLRequestContext( |
net::URLRequestContextGetter* context) { |
- ScopedRlzValueStoreLock lock; |
- RlzValueStore* store = lock.GetStore(); |
- if (!store) |
- return false; |
- |
g_context = context; |
return true; |
} |