Merge "liblog: remove obsolete comment" am: f5bad500f3 am: 4e49f412c7 am: 7beb6d52d6
am: 45804f1d5a
Change-Id: Ifc3da0b00dd168c40c0f0d323ba899b73cc61dbf
diff --git a/liblog/include/log/log_time.h b/liblog/include/log/log_time.h
index 09c9910..1b33331 100644
--- a/liblog/include/log/log_time.h
+++ b/liblog/include/log/log_time.h
@@ -35,11 +35,6 @@
extern "C" {
-/*
- * NB: we did NOT define a copy constructor. This will result in structure
- * no longer being compatible with pass-by-value which is desired
- * efficient behavior. Also, pass-by-reference breaks C/C++ ABI.
- */
struct log_time {
public:
uint32_t tv_sec = 0; /* good to Feb 5 2106 */