Commit 48c36b48 by Andy Getzendanner Committed by Copybara-Service

Drop outdated comment about LogEntry copyability.

PiperOrigin-RevId: 489569565
Change-Id: Ia08c0c956a672ad435885c68f3e4a3de0405dad1
parent ebab79b5
...@@ -49,7 +49,7 @@ class LogMessage; ...@@ -49,7 +49,7 @@ class LogMessage;
// Represents a single entry in a log, i.e., one `LOG` statement or failed // Represents a single entry in a log, i.e., one `LOG` statement or failed
// `CHECK`. // `CHECK`.
// //
// `LogEntry` is copyable and thread-compatible. // `LogEntry` is thread-compatible.
class LogEntry final { class LogEntry final {
public: public:
using tid_t = log_internal::Tid; using tid_t = log_internal::Tid;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment