mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Runtime] Add a function pointer for intercepting swift_willThrow calls.
rdar://problem/53400364
This commit is contained in:
@@ -106,11 +106,4 @@ swift::swift_getErrorValue(const SwiftError *errorObject,
|
||||
out->errorConformance = errorObject->errorConformance;
|
||||
}
|
||||
|
||||
/// Breakpoint hook for debuggers.
|
||||
SWIFT_CC(swift) void
|
||||
swift::swift_willThrow(SWIFT_CONTEXT void *unused,
|
||||
SWIFT_ERROR_RESULT SwiftError **error) {
|
||||
// do nothing
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user