aboutsummaryrefslogtreecommitdiffhomepage
path: root/absl/time/format.cc
diff options
context:
space:
mode:
Diffstat (limited to 'absl/time/format.cc')
-rw-r--r--absl/time/format.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/absl/time/format.cc b/absl/time/format.cc
index 5dc01bd..6edf2b5 100644
--- a/absl/time/format.cc
+++ b/absl/time/format.cc
@@ -129,7 +129,6 @@ bool ParseTime(const std::string& format, const std::string& input, absl::TimeZo
return b;
}
-// TODO(absl-team): Remove once dependencies are removed.
// Functions required to support absl::Time flags.
bool ParseFlag(const std::string& text, absl::Time* t, std::string* error) {
return absl::ParseTime(RFC3339_full, text, absl::UTCTimeZone(), t, error);