diff options
author | Lioncash <mathew1800@gmail.com> | 2018-10-12 10:57:28 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-10-12 10:57:31 -0400 |
commit | b492d43e63a80d926ca0bb35577761cabee2d13c (patch) | |
tree | 16bdfd11f80396ae0f92dec0d5fde6c6a902ba17 /src/core/core.cpp | |
parent | 9bf409f275c951d0853ee201cef7080859c0505a (diff) |
thread: Remove unnecessary memset from ResetThreadContext()
Regular value initialization is adequate here for zeroing out data. It
also has the benefit of not invoking undefined behavior if a non-trivial
type is ever added to the struct for whatever reason.
Diffstat (limited to 'src/core/core.cpp')
0 files changed, 0 insertions, 0 deletions