Skip to content

Commit f5bad50

Browse files
Tom CherryGerrit Code Review
authored andcommitted
Merge "liblog: remove obsolete comment"
2 parents 7f79bc5 + 4e58c84 commit f5bad50

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

liblog/include/log/log_time.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@
3535

3636
extern "C" {
3737

38-
/*
39-
* NB: we did NOT define a copy constructor. This will result in structure
40-
* no longer being compatible with pass-by-value which is desired
41-
* efficient behavior. Also, pass-by-reference breaks C/C++ ABI.
42-
*/
4338
struct log_time {
4439
public:
4540
uint32_t tv_sec = 0; /* good to Feb 5 2106 */

0 commit comments

Comments
 (0)