Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions stl/inc/xthreads.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ struct _Stl_critical_section {
_Smtx_t _M_srw_lock = nullptr;
};

#if defined(_CRT_WINDOWS) || defined(UNDOCKED_WINDOWS_UCRT)
#pragma detect_mismatch("windows_mutex", "1")
#else // ^^^ Windows private STL / public STL vvv
#pragma detect_mismatch("windows_mutex", "0")
#endif // ^^^ public STL ^^^

struct _Mtx_internal_imp_t {
#if defined(_CRT_WINDOWS) || defined(UNDOCKED_WINDOWS_UCRT)
#ifdef _WIN64
Expand All @@ -53,7 +47,6 @@ struct _Mtx_internal_imp_t {
#endif // ^^^ !defined(_WIN64) ^^^
#endif // ^^^ public STL ^^^


static constexpr size_t _Critical_section_align = alignof(void*);

int _Type{};
Expand Down