diff --git a/src/libimcv/imv/imv_agent_if.h b/src/libimcv/imv/imv_agent_if.h index 175cf6880..2668afa8f 100644 --- a/src/libimcv/imv/imv_agent_if.h +++ b/src/libimcv/imv/imv_agent_if.h @@ -106,14 +106,4 @@ struct imv_agent_if_t { }; -/** - * Creates the an IMV agent - * - * @param name Name of the IMV - * @param id ID of the IMV - * @param actual_version TNC IF-IMV version - */ -imv_agent_if_t* imv_agent_if_create(const char* name, TNC_IMVID id, - TNC_Version *actual_version); - #endif /** IMV_AGENT_IF_H_ @}*/