From 354314deecd4e4b4bb857bb85f1ece8cd921de97 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 4 Aug 2018 06:03:09 -0400 Subject: library: removed slbt_create_driver_ctx() [too much of a good thing]. --- include/slibtool/slibtool.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index 4bceefe..ac0f0ce 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -260,10 +260,6 @@ slbt_api int slbt_get_driver_ctx (char ** argv, char ** envp, uint32_t fl const struct slbt_fd_ctx *, struct slbt_driver_ctx **); -slbt_api int slbt_create_driver_ctx (const struct slbt_common_ctx *, - const struct slbt_fd_ctx *, - struct slbt_driver_ctx **); - slbt_api void slbt_free_driver_ctx (struct slbt_driver_ctx *); slbt_api int slbt_get_driver_fdctx (const struct slbt_driver_ctx *, struct slbt_fd_ctx *); -- cgit v1.2.3