Skip to content

Commit b664339

Browse files
committed
[Backtracing][Linux] Also remove the status argument from Runtime module.
There's a separate declaration here because we can't include the `Backtrace.h` header from inside `modules/Runtime/Runtime.h`. rdar://110261712
1 parent 3791b47 commit b664339

File tree

1 file changed

+1
-2
lines changed
  • stdlib/public/Backtracing/modules/Runtime

1 file changed

+1
-2
lines changed

stdlib/public/Backtracing/modules/Runtime/Runtime.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ bool _swift_backtrace_isThunkFunction(const char *rawName);
3232
char *_swift_backtrace_demangle(const char *rawName,
3333
size_t rawNameLength,
3434
char *outputBuffer,
35-
size_t *outputBufferSize,
36-
int *status);
35+
size_t *outputBufferSize);
3736

3837
#endif // SWIFT_BACKTRACING_RUNTIME_H

0 commit comments

Comments
 (0)