Skip to content

Commit

Permalink
Remove leftover of mingw-std-threads
Browse files Browse the repository at this point in the history
  • Loading branch information
PhysSong committed Oct 3, 2024
1 parent 7782954 commit f54ac45
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions include/libcds.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

#include "NiftyCounter.h"

#if defined(__MINGW32__) && !defined(_GLIBCXX_HAS_GTHREADS)
# include "mingw-std-threads/thread"
# include "mingw-std-threads/mutex"
#endif

namespace lmms::_cdslib
{
void init();
Expand Down
1 change: 0 additions & 1 deletion include/mingw-std-threads/mutex

This file was deleted.

1 change: 0 additions & 1 deletion include/mingw-std-threads/thread

This file was deleted.

0 comments on commit f54ac45

Please sign in to comment.