From 48c36b48fc7ead5a0fb6de7577780c2acf046e15 Mon Sep 17 00:00:00 2001 From: Andy Getzendanner Date: Fri, 18 Nov 2022 14:59:01 -0800 Subject: Drop outdated comment about LogEntry copyability. PiperOrigin-RevId: 489569565 Change-Id: Ia08c0c956a672ad435885c68f3e4a3de0405dad1 --- absl/log/log_entry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'absl/log') 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; -- cgit v1.2.3