remove useless global
This commit is contained in:
parent
de31a20497
commit
ab0cccd5f6
1 changed files with 0 additions and 2 deletions
|
@ -15,8 +15,6 @@ struct ObjectPool {
|
|||
size_t size_of_object;
|
||||
};
|
||||
|
||||
size_t sizeof_objpool_interface = sizeof(ObjectInterface);
|
||||
|
||||
ObjectPool *objpool_alloc(size_t obj_size, size_t max_objects, const char *tag) {
|
||||
ObjectPool *pool = malloc(sizeof(ObjectPool));
|
||||
pool->size_of_object = obj_size;
|
||||
|
|
Loading…
Reference in a new issue