summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-08-03 23:33:04 +0000
committermidipix <writeonce@midipix.org>2018-08-03 21:13:31 -0400
commit285481de41269955229e931b92f8916783d11482 (patch)
treeb00ad1dfe572dd83519ad894cbbce4f0ae805196 /include
parent9695ec6ea64c668211f0e39691e87419c1c0b424 (diff)
downloadmdso-285481de41269955229e931b92f8916783d11482.tar.bz2
mdso-285481de41269955229e931b92f8916783d11482.tar.xz
library: removed mdso_create_driver_ctx() [too much of a good thing].
Diffstat (limited to 'include')
-rw-r--r--include/mdso/mdso.h4
1 files changed, 0 insertions, 4 deletions
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,