Merge "liblog: remove obsolete comment"

am: f5bad500f3

Change-Id: I63c3af0651d7160c862c8a22e20e3d571f41f6cd
This commit is contained in:
Tom Cherry 2019-10-15 08:15:31 -07:00 committed by android-build-merger
commit 4e49f412c7

View file

@ -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 */