Index: net/ftp/ftp_directory_listing_parser_windows_unittest.cc |
diff --git a/net/ftp/ftp_directory_listing_parser_windows_unittest.cc b/net/ftp/ftp_directory_listing_parser_windows_unittest.cc |
index c53cfd1157f831be25a1066294baef10a3abc74b..60309cba884c1c070b724b3229a43be59ed31be9 100644 |
--- a/net/ftp/ftp_directory_listing_parser_windows_unittest.cc |
+++ b/net/ftp/ftp_directory_listing_parser_windows_unittest.cc |
@@ -14,9 +14,6 @@ namespace { |
typedef net::FtpDirectoryListingParserTest FtpDirectoryListingParserWindowsTest; |
TEST_F(FtpDirectoryListingParserWindowsTest, Good) { |
- base::Time::Exploded now_exploded; |
- base::Time::Now().LocalExplode(&now_exploded); |
- |
const struct SingleLineTestData good_cases[] = { |
{ "11-02-09 05:32PM <DIR> NT", |
net::FtpDirectoryListingEntry::DIRECTORY, "NT", -1, |