diff options
author | Andy Getzendanner <durandal@google.com> | 2022-11-18 14:59:01 -0800 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2022-11-18 14:59:41 -0800 |
commit | 48c36b48fc7ead5a0fb6de7577780c2acf046e15 (patch) | |
tree | 0e56f64fb8e2cd6c843f453188e534440b158edf /absl | |
parent | ebab79b5783b3298ee2f31251174c660c322d7ef (diff) |
Drop outdated comment about LogEntry copyability.
PiperOrigin-RevId: 489569565
Change-Id: Ia08c0c956a672ad435885c68f3e4a3de0405dad1
Diffstat (limited to 'absl')
-rw-r--r-- | absl/log/log_entry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/log/log_entry.h b/absl/log/log_entry.h index 41de6e66..9e4ae8eb 100644 --- a/absl/log/log_entry.h +++ b/absl/log/log_entry.h @@ -49,7 +49,7 @@ class LogMessage; // Represents a single entry in a log, i.e., one `LOG` statement or failed // `CHECK`. // -// `LogEntry` is copyable and thread-compatible. +// `LogEntry` is thread-compatible. class LogEntry final { public: using tid_t = log_internal::Tid; |