diff options
author | Lioncash <mathew1800@gmail.com> | 2018-07-19 09:03:30 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-07-19 09:15:38 -0400 |
commit | e0b8a35937e5c93ce661e9a947bd2b5f68aa810f (patch) | |
tree | 76438b697194444d6a2a16d3bd885758abd8bccd /src/core/gdbstub/gdbstub.cpp | |
parent | cd4fca8447b56af3747b2033c315e986cfe32826 (diff) |
common/misc: Deduplicate code in GetLastErrorMsg()
Android and macOS have supported thread_local for quite a while, but
most importantly is that we don't even really need it. Instead of using
a thread-local buffer, we can just return a non-static buffer as a
std::string, avoiding the need for that quality entirely.
Diffstat (limited to 'src/core/gdbstub/gdbstub.cpp')
0 files changed, 0 insertions, 0 deletions