diff options
author | Abseil Team <absl-team@google.com> | 2023-06-28 08:11:49 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-06-28 08:12:34 -0700 |
commit | 17014064a4ea367952eb4a595796f48c688c1467 (patch) | |
tree | 73027b56fab06c316693049e19010e774fb680ed /absl/time/internal/cctz/src/time_zone_impl.h | |
parent | d65595c8dd994b47b7fdfdf9427bb546c577467b (diff) | |
download | abseil-17014064a4ea367952eb4a595796f48c688c1467.tar.gz abseil-17014064a4ea367952eb4a595796f48c688c1467.tar.bz2 abseil-17014064a4ea367952eb4a595796f48c688c1467.zip |
Rollback of CCTZ update due to crash in clang ObjcLink.
PiperOrigin-RevId: 544060862
Change-Id: I6ca631385826f6e10f6c3eeec1af532402d0b532
Diffstat (limited to 'absl/time/internal/cctz/src/time_zone_impl.h')
-rw-r--r-- | absl/time/internal/cctz/src/time_zone_impl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/absl/time/internal/cctz/src/time_zone_impl.h b/absl/time/internal/cctz/src/time_zone_impl.h index 8308a3b4..7d747ba9 100644 --- a/absl/time/internal/cctz/src/time_zone_impl.h +++ b/absl/time/internal/cctz/src/time_zone_impl.h @@ -78,11 +78,7 @@ class time_zone::Impl { std::string Description() const { return zone_->Description(); } private: - Impl(); explicit Impl(const std::string& name); - Impl(const Impl&) = delete; - Impl& operator=(const Impl&) = delete; - static const Impl* UTCImpl(); const std::string name_; |