aboutsummaryrefslogtreecommitdiff
path: root/absl/time/internal/cctz/src/time_zone_impl.h
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2023-06-28 08:11:49 -0700
committerCopybara-Service <copybara-worker@google.com>2023-06-28 08:12:34 -0700
commit17014064a4ea367952eb4a595796f48c688c1467 (patch)
tree73027b56fab06c316693049e19010e774fb680ed /absl/time/internal/cctz/src/time_zone_impl.h
parentd65595c8dd994b47b7fdfdf9427bb546c577467b (diff)
downloadabseil-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.h4
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_;