Skip to content

Commit 15c9d2b

Browse files
committed
Runtime: Remove unused once_flag.
1 parent c27ffd2 commit 15c9d2b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

stdlib/public/runtime/Casting.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2300,10 +2300,6 @@ const {
23002300
#define SWIFT_PROTOCOL_CONFORMANCES_SECTION ".swift2_protocol_conformances_start"
23012301
#endif
23022302

2303-
// std:once_flag token to install the dyld callback to enqueue images for
2304-
// protocol conformance lookup.
2305-
static std::once_flag InstallProtocolConformanceAddImageCallbackOnce;
2306-
23072303
namespace {
23082304
struct ConformanceSection {
23092305
const ProtocolConformanceRecord *Begin, *End;

0 commit comments

Comments
 (0)