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 fc534e1 commit 263f4d4Copy full SHA for 263f4d4
include/swift/SIL/SILBridging.h
@@ -996,8 +996,6 @@ void registerFunctionTestThunk(SwiftNativeFunctionTestThunk);
996
void registerFunctionTest(BridgedStringRef,
997
void *_Nonnull nativeSwiftInvocation);
998
999
-void writeCharToStderr(int c);
1000
-
1001
SWIFT_END_NULLABILITY_ANNOTATIONS
1002
1003
#ifndef PURE_BRIDGING_MODE
lib/SIL/Utils/SILBridging.cpp
@@ -444,6 +444,3 @@ bool BridgedInstruction::mayBeDeinitBarrierNotConsideringSideEffects() const {
444
return ::mayBeDeinitBarrierNotConsideringSideEffects(unbridged());
445
}
446
447
-void writeCharToStderr(int c) {
448
- putc(c, stderr);
449
-}
0 commit comments