Skip to content

Commit

Permalink
Runtime: Remove unused once_flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
jckarter committed Jan 1, 2016
1 parent c27ffd2 commit 15c9d2b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions stdlib/public/runtime/Casting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2300,10 +2300,6 @@ const {
#define SWIFT_PROTOCOL_CONFORMANCES_SECTION ".swift2_protocol_conformances_start"
#endif

// std:once_flag token to install the dyld callback to enqueue images for
// protocol conformance lookup.
static std::once_flag InstallProtocolConformanceAddImageCallbackOnce;

namespace {
struct ConformanceSection {
const ProtocolConformanceRecord *Begin, *End;
Expand Down

0 comments on commit 15c9d2b

Please sign in to comment.