We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3791b47 commit b664339Copy full SHA for b664339
stdlib/public/Backtracing/modules/Runtime/Runtime.h
@@ -32,7 +32,6 @@ bool _swift_backtrace_isThunkFunction(const char *rawName);
32
char *_swift_backtrace_demangle(const char *rawName,
33
size_t rawNameLength,
34
char *outputBuffer,
35
- size_t *outputBufferSize,
36
- int *status);
+ size_t *outputBufferSize);
37
38
#endif // SWIFT_BACKTRACING_RUNTIME_H
0 commit comments