]> xenbits.xensource.com Git - unikraft/unikraft.git/commitdiff
lib/ukallocpool: Remove unused `obj_init_t` type
authorSimon Kuenzer <simon.kuenzer@neclab.eu>
Mon, 5 Jul 2021 10:44:14 +0000 (12:44 +0200)
committerUnikraft <monkey@unikraft.io>
Tue, 6 Jul 2021 06:05:04 +0000 (06:05 +0000)
Removes the unused type definition `uk_allocpool_obj_init_t`.

Signed-off-by: Simon Kuenzer <simon.kuenzer@neclab.eu>
Reviewed-by: Razvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Pull-Request: #248

lib/ukallocpool/include/uk/allocpool.h

index 5bf61b595309f7ec9a668375795436114b099429..b95160e6a25c19717c0db47b3063cafc3d4bd396 100644 (file)
@@ -43,8 +43,6 @@
 extern "C" {
 #endif
 
-typedef void (*uk_allocpool_obj_init_t)(void *obj, __sz len, void *cookie);
-
 struct uk_allocpool;
 
 /**