gnustep / libobjc2

Objective-C runtime library intended for use with Clang.
http://www.gnustep.org/
MIT License
426 stars 116 forks source link

Remove Boehm GC support code. #242

Closed davidchisnall closed 1 year ago

davidchisnall commented 1 year ago

This removes all support for GC mode.

This was deprecated by Apple in OS X 10.8 (2012) and never supported in iOS. Very little code ever tried to use it with this runtime.

It's gone from the build system already.