mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-01 21:02:39 +08:00
chore: CondVar, use default for deconstructor
This commit is contained in:
parent
600378b72d
commit
6b2a28600a
@ -171,10 +171,7 @@ template <class T> inline CondVar<T>::CondVar(const CondVar &cv) : CondVarBase(c
|
||||
// do nothing
|
||||
}
|
||||
|
||||
template <class T> inline CondVar<T>::~CondVar()
|
||||
{
|
||||
// do nothing
|
||||
}
|
||||
template <class T> inline CondVar<T>::~CondVar() = default;
|
||||
|
||||
template <class T> inline CondVar<T> &CondVar<T>::operator=(const CondVar<T> &cv)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user