Skip to content

Commit

Permalink
We don't actually need vptr placeholders.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanTLavavej committed Jun 21, 2023
1 parent 0578610 commit 34fdc17
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions stl/src/primitives.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ namespace Concurrency {
}

private:
void* unused = nullptr; // TRANSITION, ABI: was the vptr
SRWLOCK m_srw_lock = SRWLOCK_INIT;
};

Expand Down Expand Up @@ -67,7 +66,6 @@ namespace Concurrency {
}

private:
void* unused = nullptr; // TRANSITION, ABI: was the vptr
CONDITION_VARIABLE m_condition_variable = CONDITION_VARIABLE_INIT;
};

Expand Down

0 comments on commit 34fdc17

Please sign in to comment.