Remove stale file.

main
David Chisnall 8 years ago
parent 2934a98503
commit d4b1866170

@ -1,15 +0,0 @@
#define POOL_NAME slot
#define POOL_TYPE struct objc_slot
#include "pool.h"
/**
* Allocates a new slot and initialises it for this method.
*/
static inline struct objc_slot *new_slot_for_method_in_class(Method method,
Class class)
{
struct objc_slot *slot = slot_pool_alloc();
slot->method_metadata = method;
slot->method = method->imp;
return slot;
}
Loading…
Cancel
Save