summaryrefslogtreecommitdiff
path: root/code_coverage/empty_policy/code_coverage.arm.policy
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2019-10-14 13:23:29 -0700
committerTom Cherry <tomcherry@google.com>2019-10-14 13:23:29 -0700
commit8cc5478807caba9767627ee90b36dbe668309ca6 (patch)
treec309929cacdd431dc21a16e906d7b4d3194692df /code_coverage/empty_policy/code_coverage.arm.policy
parentabfde72e5ecdb7e595d96a47453beafe071a9683 (diff)
liblog: remove obsolete comment
The log_time struct satisfies all of the requirements for an implicitly created copy constructor to be present, so not defining one here does not have any real effect. We don't want to delete the copy constructor for the rationale given either; modern C++ favors passing small types by value instead of by reference as the compiler has more opportunity for optimization in that case. That's especially true here, where the size of this struct is the size of a pointer on 64 bit systems. Test: the copy constructor exists for log_time Change-Id: Id314ca7729f4b1ca02adb6c7f0ae759b22be2a5c
Diffstat (limited to 'code_coverage/empty_policy/code_coverage.arm.policy')
0 files changed, 0 insertions, 0 deletions