tpoechtrager / cctools-port

Apple cctools port for Linux and *BSD
731 stars 168 forks source link

Remove unused broken clone function #148

Closed glandium closed 7 months ago

glandium commented 7 months ago

The base class doesn't have a clone member function, so the code was never valid. As it was unused, that didn't cause problems until clang caught this earlier than instantiation in https://github.com/llvm/llvm-project/pull/84050