H-uru / Plasma

Cyan Worlds's Plasma game engine
http://h-uru.github.io/Plasma/
GNU General Public License v3.0
205 stars 81 forks source link

Remove dead hsThread_Mac.cpp #1443

Closed dgelessus closed 1 year ago

dgelessus commented 1 year ago

This code uses the Multiprocessing Services API from Carbon (i. e. inherited from Classic Mac OS), which is deprecated since OS X 10.8 and has never been available for 64-bit programs. Its official replacement is the standard POSIX threads (pthreads) API.

This file was never used since the open-source release. The CMake build already correctly uses the pthread-based hsThread_Unix.cpp on macOS.