mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-01-12 01:18:03 +01:00
Delete deprecated SetFirstChanceExceptionHandler function
This CL removes the code I marked as deprecated in https://crrev.com/c/1411776. I could not delete the code in that CL before I removed all uses in Chrome in https://crrev.com/c/1411643. The tracking bug contains more information. R=mark@chromium.org Bug: chromium:921971 Change-Id: I77597826ef6e69a13ece529a5d24702bc72aa436 Reviewed-on: https://chromium-review.googlesource.com/c/1412353 Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
parent
44384d80b3
commit
a0e078365d
3 changed files with 0 additions and 38 deletions
|
|
@ -276,11 +276,6 @@ class ExceptionHandler {
|
|||
typedef bool (*FirstChanceHandler)(int, siginfo_t*, void*);
|
||||
void SetFirstChanceExceptionHandler(FirstChanceHandler callback);
|
||||
|
||||
typedef bool (*FirstChanceHandlerDeprecated)(int, void*, void*);
|
||||
// Deprecated. Use SetFirstChanceExceptionHandler(FirstChanceHandler callback)
|
||||
// instead.
|
||||
void SetFirstChanceExceptionHandler(FirstChanceHandlerDeprecated callback);
|
||||
|
||||
} // namespace google_breakpad
|
||||
|
||||
#endif // CLIENT_LINUX_HANDLER_EXCEPTION_HANDLER_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue