commit | 21035861b5f3cdc90c7e4817579b583b3f2bf58b | [log] [tgz] |
---|---|---|
author | Mark Mentovai <mark@chromium.org> | Wed Jan 04 17:20:17 2023 |
committer | Crashpad LUCI CQ <crashpad-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 04 17:48:55 2023 |
tree | 8feaa38ab988a10bf3a3660e8d3423cb883088ad | |
parent | a41e599f3328ba23dac863f35fb5605d76e03dbb [diff] |
mac: Don’t cater to gcc-4.2 libstdc++ brokenness The try and catch macros were conditionally defined by libstdc++ pre-gcc 4.4 (2009-04-21), fixed in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25191. Surely none of this code would build with such an old libstdc++ any more, since Crashpas has adopted modern C++ (C++11 and later). Remove this obsolete nod to history. Change-Id: Ie3cea1ecc1cfd358f27ea48f8111791e7f08bfa5 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/4136890 Reviewed-by: Robert Sesek <rsesek@chromium.org> Commit-Queue: Mark Mentovai <mark@chromium.org>
Crashpad is a crash-reporting system.
Crashpad’s source code is hosted in a Git repository at https://chromium.googlesource.com/crashpad/crashpad.