From 285481de41269955229e931b92f8916783d11482 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 3 Aug 2018 23:33:04 +0000 Subject: library: removed mdso_create_driver_ctx() [too much of a good thing]. --- include/mdso/mdso.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') diff --git a/include/mdso/mdso.h b/include/mdso/mdso.h index f8228e5..a2cdd57 100644 --- a/include/mdso/mdso.h +++ b/include/mdso/mdso.h @@ -143,10 +143,6 @@ mdso_api int mdso_get_driver_ctx (char ** argv, char ** envp, uint32_t fl const struct mdso_fd_ctx *, struct mdso_driver_ctx **); -mdso_api int mdso_create_driver_ctx (const struct mdso_common_ctx *, - const struct mdso_fd_ctx *, - struct mdso_driver_ctx **); - mdso_api void mdso_free_driver_ctx (struct mdso_driver_ctx *); mdso_api int mdso_get_unit_ctx (const struct mdso_driver_ctx *, const char * path, -- cgit v1.2.3