Index: chrome/browser/net/predictor_unittest.cc |
diff --git a/chrome/browser/net/predictor_unittest.cc b/chrome/browser/net/predictor_unittest.cc |
index 8ccc3c2bd0d514d75864d03248527a81008d5841..4d50dce6288044ec0bace39120281b970137c05e 100644 |
--- a/chrome/browser/net/predictor_unittest.cc |
+++ b/chrome/browser/net/predictor_unittest.cc |
@@ -312,8 +312,6 @@ static void AddToSerializedList(const GURL& motivation, |
subresource_list->Append(new base::FundamentalValue(use_rate)); |
} |
-static const int kLatencyNotFound = -1; |
- |
// For a given motivation, and subresource, find what latency is currently |
// listed. This assume a well formed serialization, which has at most one such |
// entry for any pair of names. If no such pair is found, then return false. |